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

2019-05-23 Thread Maxime Coquelin
On 5/21/19 11:39 PM, Ajit Khaparde wrote: From: 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 --- drivers/net

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

2019-05-21 Thread Ajit Khaparde
From: 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 --- drivers/net/bnxt/bnxt_txr.c | 15 --- drivers/n