]> git.baikalelectronics.ru Git - kernel.git/commit
sfc: Bind the sfc driver to any available VF's
authorShradha Shah <sshah@solarflare.com>
Wed, 6 May 2015 00:00:07 +0000 (01:00 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 9 May 2015 20:16:48 +0000 (16:16 -0400)
commit26e9c11c986f7c988639ef4236c75ade175e986d
tree16500baca83529192384801660c9473a45603da1
parenta1d76648fc35003950cf24fe4906750800ee0c07
sfc: Bind the sfc driver to any available VF's

Add the device ID of the VF to the PCI device ID table.

Added a boolean flag is_vf in efx_nic_type to differentiate
between a VF and PF at probe time. This flag is useful in later
patches while setting MAC address specially in the
PCI-passthrough case.

Signed-off-by: Shradha Shah <sshah@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sfc/ef10.c
drivers/net/ethernet/sfc/efx.c
drivers/net/ethernet/sfc/falcon.c
drivers/net/ethernet/sfc/mcdi.c
drivers/net/ethernet/sfc/net_driver.h
drivers/net/ethernet/sfc/siena.c