All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2 net-next v3] igb/igc: fix XDP registration
@ 2022-01-14 16:51 ` Corinna Vinschen
  0 siblings, 0 replies; 12+ messages in thread
From: Corinna Vinschen @ 2022-01-14 16:51 UTC (permalink / raw)
  To: intel-wired-lan, netdev, Vinicius Costa Gomes
  Cc: Lennert Buytenhek, Alexander Lobakin

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.

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    | 14 ++++++++++----
 drivers/net/ethernet/intel/igc/igc_main.c    | 20 +++++++++++---------
 3 files changed, 22 insertions(+), 17 deletions(-)

-- 
2.27.0


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-01-14 19:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-14 16:51 [PATCH 0/2 net-next v3] igb/igc: fix XDP registration Corinna Vinschen
2022-01-14 16:51 ` [Intel-wired-lan] " Corinna Vinschen
2022-01-14 16:51 ` [PATCH 1/2 net-next v3] igc: avoid kernel warning when changing RX ring parameters Corinna Vinschen
2022-01-14 16:51   ` [Intel-wired-lan] " Corinna Vinschen
2022-01-14 19:10   ` Vinicius Costa Gomes
2022-01-14 19:10     ` [Intel-wired-lan] " Vinicius Costa Gomes
2022-01-14 19:25     ` Corinna Vinschen
2022-01-14 19:25       ` [Intel-wired-lan] " Corinna Vinschen
2022-01-14 19:44       ` Corinna Vinschen
2022-01-14 19:44         ` Corinna Vinschen
2022-01-14 16:51 ` [PATCH 2/2 net-next v3] igb: refactor XDP registration Corinna Vinschen
2022-01-14 16:51   ` [Intel-wired-lan] " Corinna Vinschen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.