Re: [PATCH v6 18/33] net/ixgbe: add a desc done function

2025-06-11 Thread Bruce Richardson
On Mon, Jun 09, 2025 at 04:37:16PM +0100, Anatoly Burakov wrote: > Add a function to check DD bit status, and use it everywhere we do these > checks. > > Signed-off-by: Anatoly Burakov > --- Acked-by: Bruce Richardson

[PATCH v6 18/33] net/ixgbe: add a desc done function

2025-06-09 Thread Anatoly Burakov
Add a function to check DD bit status, and use it everywhere we do these checks. Signed-off-by: Anatoly Burakov --- Notes: v6: - Move ixgbe_tx_desc_done() to ixgbe_rxtx.h to avoid compile errors on platforms that do not support vector driver v5: - Add this commit dri