[Intel-wired-lan] [PATCH 0/2 net-next v4] igb/igc: fix XDP registration
Corinna Vinschen
vinschen at redhat.com
Fri Jan 14 19:45:18 UTC 2022
Fix the kernel warning "Missing unregister, handled but fix driver"
when running, e.g.,
$ ethtool -G eth0 rx 1024
on igc. Remove memset hack from igb and align igb code to igc.
v3: use dev_err rather than netdev_err, just as in error case.
v4: fix a return copy/pasted from original igc code into the correct
`goto err', improve commit message.
Corinna Vinschen (2):
igc: avoid kernel warning when changing RX ring parameters
igb: refactor XDP registration
drivers/net/ethernet/intel/igb/igb_ethtool.c | 4 ----
drivers/net/ethernet/intel/igb/igb_main.c | 12 +++++++++---
drivers/net/ethernet/intel/igc/igc_main.c | 20 +++++++++++---------
3 files changed, 20 insertions(+), 16 deletions(-)
--
2.27.0
More information about the Intel-wired-lan
mailing list