[dpdk-dev] [PATCH 01/11] net/bnxt: move tx bd checking to header file
Maxime Coquelin
maxime.coquelin at redhat.com
Thu May 23 13:44:26 CEST 2019
On 5/21/19 11:39 PM, Ajit Khaparde wrote:
> From: Lance Richardson <lance.richardson at broadcom.com>
>
> 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 <lance.richardson at broadcom.com>
> Reviewed-by: Ajit Khaparde <ajit.khaparde at broadcom.com>
> ---
> drivers/net/bnxt/bnxt_txr.c | 15 ---------------
> drivers/net/bnxt/bnxt_txr.h | 15 +++++++++++++++
> 2 files changed, 15 insertions(+), 15 deletions(-)
Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>
More information about the dev
mailing list