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

2024-03-03 Thread Jerin Jacob
On Fri, Mar 1, 2024 at 8:47 AM 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 an

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

2024-02-29 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