On Thu, 3 Mar 2022 08:19:01 -0800 Jakub Kicinski wrote: > On Wed, 2 Mar 2022 09:59:28 -0800 Tony Nguyen wrote: > > From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx> > > > > 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> > > Tested-by: Kiran Bhandare <kiranx.bhandare@xxxxxxxxx> (A Contingent Worker at Intel) > > Signed-off-by: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx> > > Is this really a fix? I'll apply patch 1 from the list, please reroute this one to net-next.