linux_dsm_epyc7002/drivers/net/ethernet/intel/ixgbevf
Michał Mirosław 471a76ded8 ixgbevf: convert to ndo_fix_features
Private rx_csum flags are now duplicate of netdev->features & NETIF_F_RXCSUM.
Removing this needs deeper surgery.

Since ixgbevf doesn't change hardware state on RX csum enable/disable
its reset is avoided.

Things noticed:
 - HW VLAN acceleration probably can be toggled, but it's left as is
 - the resets on RX csum offload change can probably be avoided
 - there is A LOT of copy-and-pasted code here

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2011-08-26 23:55:12 -07:00
..
defines.h intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ethtool.c ixgbevf: convert to ndo_fix_features 2011-08-26 23:55:12 -07:00
ixgbevf_main.c ixgbevf: convert to ndo_fix_features 2011-08-26 23:55:12 -07:00
ixgbevf.h ixgbevf: provide 64 bit statistics 2011-08-26 23:50:09 -07:00
Makefile intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
mbx.c intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
mbx.h intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
regs.h intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
vf.c intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
vf.h intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00