Re: [dpdk-dev] [PATCH V2 03/14] net/hns3: implement cleanup for Tx done

2021-03-03 Thread Ferruh Yigit
On 3/2/2021 1:58 PM, Lijun Ou wrote: From: Chengwen Feng This patch add support tx_done_cleanup ops, which could support for the API rte_eth_tx_done_cleanup to free consumed mbufs on Tx ring. dev_ops name is 'tx_done_cleanup' but I think better to have more descriptive patch title, what do y

[dpdk-dev] [PATCH V2 03/14] net/hns3: implement cleanup for Tx done

2021-03-02 Thread Lijun Ou
From: Chengwen Feng This patch add support tx_done_cleanup ops, which could support for the API rte_eth_tx_done_cleanup to free consumed mbufs on Tx ring. Signed-off-by: Chengwen Feng Signed-off-by: Lijun Ou --- doc/guides/nics/features/hns3.ini | 1 + doc/guides/nics/features/hns3_vf.i