linux/drivers/net/ethernet/qlogic/qede
Yuval Mintz 1408cc1fa4 qed: Introduce VFs
This adds the qed VFs for the first time -
The vfs are limited functions, with a very different PCI bar structure
[when compared with PFs] to better impose the related security demands
associated with them.

This patch includes the logic neccesary to allow VFs to successfully probe
[without actually adding the ability to enable iov].
This includes diverging all the flows that would occur as part of the pci
probe of the driver, preventing VF from accessing registers/memories it
can't and instead utilize the VF->PF channel to query the PF for needed
information.

Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-05-12 00:04:07 -04:00
..
Makefile qede: Add basic ethtool support 2015-10-27 19:34:54 -07:00
qede.h qede: add implementation for internal loopback test. 2016-05-02 00:16:39 -04:00
qede_ethtool.c qede: add implementation for internal loopback test. 2016-05-02 00:16:39 -04:00
qede_main.c qed: Introduce VFs 2016-05-12 00:04:07 -04:00