Maciej Fijalkowski says: this small series is supposed to fix the issues around AF_XDP usage with reduced queue count on interface. Due to the XDP rings setup, some configurations can result in sockets not seeing traffic flowing. More about this in description of patch 2. The following are changes since commit f1e941dbf80a9b8bab0bffbc4cbe41cc7f4c6fb6: nfc: pn533: Fix use-after-free bugs caused by pn532_cmd_timeout and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE Maciej Fijalkowski (2): ice: xsk: prohibit usage of non-balanced queue id ice: xsk: use Rx ring's XDP ring when picking NAPI context drivers/net/ethernet/intel/ice/ice.h | 36 +++++++++++++++-------- drivers/net/ethernet/intel/ice/ice_lib.c | 4 +-- drivers/net/ethernet/intel/ice/ice_main.c | 25 +++++++++++----- drivers/net/ethernet/intel/ice/ice_xsk.c | 18 ++++++++---- 4 files changed, 54 insertions(+), 29 deletions(-) -- 2.35.1