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

Ananyev, Konstantin konstantin.ananyev at intel.com
Mon Jan 13 12:08:59 CET 2020


> 
> 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
> @@ -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,
> --

Acked-by: Konstantin Ananyev <konstantin.ananyev at intel.com>

> 2.17.1



More information about the dev mailing list