Maciej Fijalkowski says: We were solving issues around AF_XDP busy poll's not-so-usual scenarios, such as very big busy poll budgets applied to very small HW rings. This set carries the things that were found during that work that apply to net tree. One thing that was fixed for all in-tree ZC drivers was missing on ice side all the time - it's about syncing RCU before destroying XDP resources. Next one fixes the bit that is checked in ice_xsk_wakeup and third one avoids false setting of DD bits on Tx descriptors. The following are changes since commit 1158f79f82d437093aeed87d57df0548bdd68146: ipv6: Fix stats accounting in ip6_pkt_drop and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE Maciej Fijalkowski (3): ice: synchronize_rcu() when terminating rings ice: xsk: fix VSI state check in ice_xsk_wakeup() ice: clear cmd_type_offset_bsz for TX rings drivers/net/ethernet/intel/ice/ice.h | 2 +- drivers/net/ethernet/intel/ice/ice_main.c | 6 ++++-- drivers/net/ethernet/intel/ice/ice_xsk.c | 6 ++++-- 3 files changed, 9 insertions(+), 5 deletions(-) -- 2.31.1