Re: [PATCH] net/cnxk: performance improvement for SW mbuf free

2024-02-29 Thread Jerin Jacob
On Tue, Feb 27, 2024 at 8:13 PM Rahul Bhansali wrote: > > Performance improvement is done for Tx fastpath flag MBUF_NOFF when > tx_compl_ena is false and mbuf has an external buffer. > In such case, Instead of individual external mbuf free before LMTST, > a chain of external mbuf will be created a

[PATCH] net/cnxk: performance improvement for SW mbuf free

2024-02-27 Thread Rahul Bhansali
Performance improvement is done for Tx fastpath flag MBUF_NOFF when tx_compl_ena is false and mbuf has an external buffer. In such case, Instead of individual external mbuf free before LMTST, a chain of external mbuf will be created and free all after LMTST. This not only improve the performance bu