[dpdk-dev] [PATCH v9 4/4] net/e1000: cleanup Tx buffers

Ye Xiaolong xiaolong.ye at intel.com
Tue Jan 14 03:49:24 CET 2020


On 01/13, Chenxu Di wrote:
>Add support to the igb vf for the API rte_eth_tx_done_cleanup
> to force free consumed buffers on Tx ring.
>
>Signed-off-by: Chenxu Di <chenxux.di at intel.com>
>---
> drivers/net/e1000/igb_ethdev.c | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/drivers/net/e1000/igb_ethdev.c b/drivers/net/e1000/igb_ethdev.c
>index a3e30dbe5..647d5504f 100644
>--- a/drivers/net/e1000/igb_ethdev.c
>+++ b/drivers/net/e1000/igb_ethdev.c

What about em_ethdev.c in e1000 dir, do we need to add support as well?

Thanks,
Xiaolong
>@@ -446,6 +446,7 @@ static const struct eth_dev_ops igbvf_eth_dev_ops = {
> 	.tx_descriptor_status = eth_igb_tx_descriptor_status,
> 	.tx_queue_setup       = eth_igb_tx_queue_setup,
> 	.tx_queue_release     = eth_igb_tx_queue_release,
>+	.tx_done_cleanup      = eth_igb_tx_done_cleanup,
> 	.set_mc_addr_list     = eth_igb_set_mc_addr_list,
> 	.rxq_info_get         = igb_rxq_info_get,
> 	.txq_info_get         = igb_txq_info_get,
>-- 
>2.17.1
>


More information about the dev mailing list