On 2/9/2023 8:01 AM, Zaremba, Larysa wrote:
Incrementation of xsk_frames inside the for-loop produces infinite loop, if we have both normal AF_XDP-TX and XDP_TXed buffers to complete. Split xsk_frames into 2 variables (xsk_frames and completed_frames) to eliminate this bug. Fixes: 29322791bc8b ("ice: xsk: change batched Tx descriptor cleaning") Acked-by: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx> Signed-off-by: Larysa Zaremba <larysa.zaremba@xxxxxxxxx> --- To Tony: this is urgent and should go directly via net. It's tested and acked.
netdev maintainers, Since it's been tested and reviewed, did you want to take this directly? Acked-by: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>