On Wed, Jun 16, 2021 at 11:09 AM Lance Richardson wrote: > > Several fixes for the bnxt PMD: > - Fix NUMA-aware memory allocations. > - Fix transmit descriptor status implementation. > - Fix handling of transmit completions in non-vector path. > - Remove dead code. > > Lance Richardson (4): > net/bnxt: fix ring and context memory allocation > net/bnxt: fix tx desc status implementation > net/bnxt: fix scalar Tx completion handling > net/bnxt: remove dead code Patchset applied to dpdk-next-net-brcm for-next-net branch. > > drivers/net/bnxt/bnxt_cpr.h | 17 ------- > drivers/net/bnxt/bnxt_ethdev.c | 71 +++++++++++++++------------ > drivers/net/bnxt/bnxt_hwrm.c | 2 - > drivers/net/bnxt/bnxt_ring.c | 31 ++++++------ > drivers/net/bnxt/bnxt_ring.h | 2 +- > drivers/net/bnxt/bnxt_rxq.c | 4 +- > drivers/net/bnxt/bnxt_rxr.c | 11 ----- > drivers/net/bnxt/bnxt_rxtx_vec_neon.c | 3 -- > drivers/net/bnxt/bnxt_rxtx_vec_sse.c | 3 -- > drivers/net/bnxt/bnxt_txq.c | 4 +- > drivers/net/bnxt/bnxt_txr.c | 22 ++++----- > drivers/net/bnxt/bnxt_vnic.c | 3 +- > 12 files changed, 70 insertions(+), 103 deletions(-) > > -- > 2.25.1 >