Re: [PATCH 08/15] net/dpaa2: fix buffer free on transmit SG packets

2022-10-06 Thread Ferruh Yigit
On 9/28/2022 6:25 AM, Gagandeep Singh wrote: When using SG list to TX with external and direct buffers, HW free the direct buffers and driver free the external buffers. Software scans the complete SG mbuf list to find the external buffers to free, but this is wrong as hardware can free the direc

[PATCH 08/15] net/dpaa2: fix buffer free on transmit SG packets

2022-09-27 Thread Gagandeep Singh
When using SG list to TX with external and direct buffers, HW free the direct buffers and driver free the external buffers. Software scans the complete SG mbuf list to find the external buffers to free, but this is wrong as hardware can free the direct buffers if any present in the list and same c