On 11/16/2021 1:22 AM, Min Hu (Connor) wrote:
This patch set contains two ways to optimized Tx performance.
Chengwen Feng (2):
net/hns3: optimized Tx performance by mbuf fast free
net/hns3: optimized Tx performance
doc/guides/nics/features/hns3.ini | 1 +
drivers/net/hns3/hns3_rxtx.c | 129 +++++++++++++++---------------
drivers/net/hns3/hns3_rxtx.h | 2 +
drivers/net/hns3/hns3_rxtx_vec.h | 9 +++
4 files changed, 77 insertions(+), 64 deletions(-)
---
v2:
* document hns3.ini and fix 'TE_ETH_TX_OFFLOAD_MBUF_FAST_FREE'
Series applied to dpdk-next-net/main, thanks.