Re: [dpdk-dev] [PATCH v9 2/4] net/ice: cleanup Tx buffers

2020-01-16 Thread Ferruh Yigit
On 1/13/2020 9:57 AM, Chenxu Di wrote: > Add support to the ice driver for the API rte_eth_tx_done_cleanup > to force free consumed buffers on Tx ring. > > Signed-off-by: Chenxu Di > --- > drivers/net/ice/ice_ethdev.c | 1 + > drivers/net/ice/ice_rxtx.c | 111

Re: [dpdk-dev] [PATCH v9 2/4] net/ice: cleanup Tx buffers

2020-01-15 Thread Di, ChenxuX
> -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, January 15, 2020 10:34 PM > To: Di, ChenxuX ; Ye, Xiaolong > Cc: dev@dpdk.org; Yang, Qiming > Subject: Re: [dpdk-dev] [PATCH v9 2/4] net/ice: cleanup Tx buffers > > On 1/14/2020 12:40 PM, Ferruh

Re: [dpdk-dev] [PATCH v9 2/4] net/ice: cleanup Tx buffers

2020-01-15 Thread Ferruh Yigit
On 1/14/2020 12:40 PM, Ferruh Yigit wrote: > On 1/13/2020 9:57 AM, Chenxu Di wrote: >> Add support to the ice driver for the API rte_eth_tx_done_cleanup >> to force free consumed buffers on Tx ring. >> >> Signed-off-by: Chenxu Di > > <...> > >> +static int >> +ice_tx_done_cleanup_vec(struct ice_

Re: [dpdk-dev] [PATCH v9 2/4] net/ice: cleanup Tx buffers

2020-01-14 Thread Ferruh Yigit
On 1/13/2020 9:57 AM, Chenxu Di wrote: > Add support to the ice driver for the API rte_eth_tx_done_cleanup > to force free consumed buffers on Tx ring. > > Signed-off-by: Chenxu Di <...> > +static int > +ice_tx_done_cleanup_vec(struct ice_tx_queue *txq __rte_unused, > + uint

Re: [dpdk-dev] [PATCH v9 2/4] net/ice: cleanup Tx buffers

2020-01-13 Thread Yang, Qiming
> -Original Message- > From: Di, ChenxuX > Sent: Monday, January 13, 2020 5:57 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Di, ChenxuX > > Subject: [PATCH v9 2/4] net/ice: cleanup Tx buffers > > Add support to the ice driver for the API rte_eth_tx_done_cleanup to force > free > consum