linux/drivers/net/igbvf
Alexander Duyck e0cff5ed27 igbvf: Allow VF driver to correctly recognize failure to set mac
The VF driver was not correctly recognizing that it did not correctly set
it's mac address.  As a result the VF driver was unable to receive network
traffic until being unloaded and reloaded.  The issue was root caused to
the fact that the CTS bit was not taken into account when checking for the
request being NAKed.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-08-04 11:46:41 -07:00
..
Makefile igbvf: add new driver to support 82576 virtual functions 2009-04-08 16:03:14 -07:00
defines.h igbvf: add new driver to support 82576 virtual functions 2009-04-08 16:03:14 -07:00
ethtool.c igbvf: cleanup flags and allow for rx checksum to be disabled 2009-05-06 15:33:40 -07:00
igbvf.h Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 2009-06-15 03:02:23 -07:00
mbx.c igbvf: add new driver to support 82576 virtual functions 2009-04-08 16:03:14 -07:00
mbx.h igbvf: add new driver to support 82576 virtual functions 2009-04-08 16:03:14 -07:00
netdev.c convert some DMA_nnBIT_MASK() callers 2009-06-19 16:46:06 -07:00
regs.h igbvf: add new driver to support 82576 virtual functions 2009-04-08 16:03:14 -07:00
vf.c igbvf: Allow VF driver to correctly recognize failure to set mac 2009-08-04 11:46:41 -07:00
vf.h igbvf: fix unused external references 2009-04-11 02:55:14 -07:00