Corinna Vinschen says: 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. The following are changes since commit ff62433883b3ab753a78954ecf46e2c514f5c407: net: dsa: mv88e6xxx: Unlock on error in mv88e6xxx_port_bridge_join() and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 1GbE 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 | 19 +++++++++++++------ drivers/net/ethernet/intel/igc/igc_main.c | 3 +++ 3 files changed, 16 insertions(+), 10 deletions(-) -- 2.31.1