Maciej Fijalkowski says: Here are the two fixes for issues around ethtool's set_channels() callback for ice driver. Both are related to XDP resources. First one corrects the size of vsi->txq_map that is used to track the usage of Tx resources and the second one prevents the wrong refcounting of bpf_prog. The following are changes since commit a68229ca634066975fff6d4780155bd2eb14a82a: nixge: fix mac address error handling again and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE Maciej Fijalkowski (1): ice: fix vsi->txq_map sizing Marta Plantykow (1): ice: avoid bpf_prog refcount underflow drivers/net/ethernet/intel/ice/ice_lib.c | 9 +++++++-- drivers/net/ethernet/intel/ice/ice_main.c | 18 +++++++++++++++++- 2 files changed, 24 insertions(+), 3 deletions(-) -- 2.31.1