Re: [dpdk-dev] [PATCH v2 01/10] net/bnxt: move tx bd checking to header file

2019-05-27 Thread Lance Richardson
Apologies for the confusion. Regards, Lance On Mon, May 27, 2019 at 11:24 AM Ferruh Yigit wrote: > > On 5/27/2019 10:36 AM, Ferruh Yigit wrote: > > On 5/24/2019 3:49 PM, Lance Richardson wrote: > >> To allow sharing of tx_bds_in_hw() and bnxt_tx_avail() between > >> vector-mode and non-vecto

Re: [dpdk-dev] [PATCH v2 01/10] net/bnxt: move tx bd checking to header file

2019-05-27 Thread Ferruh Yigit
On 5/27/2019 10:36 AM, Ferruh Yigit wrote: > On 5/24/2019 3:49 PM, Lance Richardson wrote: >> To allow sharing of tx_bds_in_hw() and bnxt_tx_avail() between >> vector-mode and non-vector transmit functions, move these functions >> into bnxt_txr.h. >> >> Signed-off-by: Lance Richardson >> Reviewed-

Re: [dpdk-dev] [PATCH v2 01/10] net/bnxt: move tx bd checking to header file

2019-05-27 Thread Ferruh Yigit
On 5/24/2019 3:49 PM, Lance Richardson wrote: > To allow sharing of tx_bds_in_hw() and bnxt_tx_avail() between > vector-mode and non-vector transmit functions, move these functions > into bnxt_txr.h. > > Signed-off-by: Lance Richardson > Reviewed-by: Ajit Khaparde > Reviewed-by: Maxime Coquelin

[dpdk-dev] [PATCH v2 01/10] net/bnxt: move tx bd checking to header file

2019-05-24 Thread Lance Richardson
To allow sharing of tx_bds_in_hw() and bnxt_tx_avail() between vector-mode and non-vector transmit functions, move these functions into bnxt_txr.h. Signed-off-by: Lance Richardson Reviewed-by: Ajit Khaparde Reviewed-by: Maxime Coquelin --- drivers/net/bnxt/bnxt_txr.c | 15 --- driv