Re: [PATCH 2/2] net/hns3: optimized Tx performance

2021-11-15 Thread Ferruh Yigit
On 11/11/2021 1:38 PM, Min Hu (Connor) wrote: From: Chengwen Feng The PMD should check whether the descriptor is done by hardware before free the corresponding mbuf. Currently the common xmit algorithm will free mbuf every time when it's invoked. Because hardware may not have finished sending, t

[PATCH 2/2] net/hns3: optimized Tx performance

2021-11-11 Thread Min Hu (Connor)
From: Chengwen Feng The PMD should check whether the descriptor is done by hardware before free the corresponding mbuf. Currently the common xmit algorithm will free mbuf every time when it's invoked. Because hardware may not have finished sending, this may lead to many invalid queries which are