> -----Original Message----- > From: Intel-wired-lan <intel-wired-lan-bounces@xxxxxxxxxx> On Behalf Of > Maciej Fijalkowski > Sent: Thursday, February 3, 2022 5:47 PM > To: intel-wired-lan@xxxxxxxxxxxxxxxx > Cc: netdev@xxxxxxxxxxxxxxx; kuba@xxxxxxxxxx; bpf@xxxxxxxxxxxxxxx; > davem@xxxxxxxxxxxxx; Karlsson, Magnus <magnus.karlsson@xxxxxxxxx> > Subject: [Intel-wired-lan] [PATCH v2 intel-net] ice: avoid XDP checks in > ice_clean_tx_irq() > > Commit 9610bd988df9 ("ice: optimize XDP_TX workloads") introduced Tx IRQ > cleaning routine dedicated for XDP rings. Currently it is impossible to call > ice_clean_tx_irq() against XDP ring, so it is safe to drop > ice_ring_is_xdp() calls in there. > > Fixes: 1c96c16858ba ("ice: update to newer kernel API") > Fixes: cc14db11c8a4 ("ice: use prefetch methods") > Reviewed-by: Alexander Lobakin <alexandr.lobakin@xxxxxxxxx> > Signed-off-by: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx> > --- > > v2: fix commit msg and collect ack (Alex) > > drivers/net/ethernet/intel/ice/ice_txrx.c | 7 +------ > 1 file changed, 1 insertion(+), 6 deletions(-) > Tested-by: Kiran Bhandare <kiranx.bhandare@xxxxxxxxx> A Contingent Worker at Intel