Re: [PATCH] net/ice: fix incorrect mbuf cleanup function

2025-02-25 Thread Bruce Richardson
On Mon, Feb 24, 2025 at 02:43:07PM +0100, Burakov, Anatoly wrote: > On 21/02/2025 17:04, Bruce Richardson wrote: > > The mbuf cleanup function is not being called correctly on close of the > > driver, due to the vector_tx flag not being set correctly on each Tx > > queue. Normally, this causes no v

Re: [PATCH] net/ice: fix incorrect mbuf cleanup function

2025-02-24 Thread Burakov, Anatoly
On 21/02/2025 17:04, Bruce Richardson wrote: The mbuf cleanup function is not being called correctly on close of the driver, due to the vector_tx flag not being set correctly on each Tx queue. Normally, this causes no visible problems, because the default is to have the vector flag unset, which m

[PATCH] net/ice: fix incorrect mbuf cleanup function

2025-02-21 Thread Bruce Richardson
The mbuf cleanup function is not being called correctly on close of the driver, due to the vector_tx flag not being set correctly on each Tx queue. Normally, this causes no visible problems, because the default is to have the vector flag unset, which means that, if vector Tx path is chosen, we only