[PATCH intel-next 0/2] ice: ethtool -L fixes
From: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Date: 2021-10-26 14:47:58
Also in:
bpf, intel-wired-lan
From: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Date: 2021-10-26 14:47:58
Also in:
bpf, intel-wired-lan
Hi there, 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. Thanks! Maciej Fijalkowski (2): ice: fix vsi->txq_map sizing 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