From: Alexei Starovoitov Date: Tue, 29 Mar 2022 02:56:28 +0000 (-0700) Subject: Merge branch 'xsk: another round of fixes' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9e928831113c64087fb173dd241fa97812e49490;p=linux.git Merge branch 'xsk: another round of fixes' Maciej Fijalkowski says: ==================== Hello, yet another fixes for XSK from Magnus and me. Magnus addresses the fact that xp_alloc() can return NULL, so this needs to be handled to avoid clearing entries in the SW ring on driver side. Then he addresses the off-by-one problem in Tx desc cleaning routine for ice ZC driver. From my side, I am adding protection to ZC Rx processing loop so that cleaning of descriptors wouldn't go over already processed entries. Then I also fix an issue with assigning XSK pool to Tx queues. This is directed to bpf tree. Thanks! Maciej Fijalkowski (2): ice: xsk: stop Rx processing when ntc catches ntu ice: xsk: fix indexing in ice_tx_xsk_pool() ==================== Acked-by: Alexander Lobakin Signed-off-by: Alexei Starovoitov --- 9e928831113c64087fb173dd241fa97812e49490