Files
linux/drivers/net
Bert Kenward e4089baa08 sfc: provide dummy definitions of vswitch functions
efx_probe_all() calls efx->type->vswitching_probe during probe. For
SFC4000 (Falcon) NICs this function is not defined, leading to a BUG
with the top of the call stack similar to:
  ? efx_pci_probe_main+0x29a/0x830
  efx_pci_probe+0x7d3/0xe70

vswitching_restore and vswitching_remove also need to be defined.

Fixed in mainline by:
commit 5a6681e22c ("sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driver")

Fixes: 6d8aaaf6f7 ("sfc: create VEB vswitch and vport above default firmware setup")
Signed-off-by: Bert Kenward <bkenward@solarflare.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-07-05 14:40:16 +02:00
..
2016-06-15 22:06:06 -07:00
2016-08-15 11:57:55 -07:00
2017-06-17 06:41:50 +02:00
2016-08-31 14:33:09 -07:00
2017-03-22 12:43:32 +01:00
2017-06-17 06:41:54 +02:00
2016-05-09 00:00:28 -04:00
2016-09-20 22:55:23 -04:00
2017-02-18 15:11:42 +01:00
2016-04-26 15:53:05 -04:00
2016-08-30 22:27:18 -07:00
2017-06-14 15:05:52 +02:00