Re: [PATCH v4 25/25] net/intel: add common Tx mbuf recycle

2025-06-04 Thread Bruce Richardson
On Fri, May 30, 2025 at 02:57:21PM +0100, Anatoly Burakov wrote: > Currently, there are duplicate implementations of Tx mbuf recycle in some > drivers, specifically ixgbe and i40e. Move them into a common header. > > Signed-off-by: Anatoly Burakov > --- Acked-by: Bruce Richardson

[PATCH v4 25/25] net/intel: add common Tx mbuf recycle

2025-05-30 Thread Anatoly Burakov
Currently, there are duplicate implementations of Tx mbuf recycle in some drivers, specifically ixgbe and i40e. Move them into a common header. Signed-off-by: Anatoly Burakov --- Notes: v3 -> v4: - Use the common desc_done function to check for DD bit status - Add a desc_done impleme