On Thu, Feb 8, 2024 at 9:13 AM Ajit Khaparde wrote: > > Patchset with bug fixes for bnxt PMD. > Patch based against the > next-net-brcm for-next-net branch. > > Please apply. Patchset merged to the dpdk-next-brcm for-next-net branch. Thanks > > Ajit Khaparde (4): > net/bnxt: modify locking for representor Tx > net/bnxt: refactor VNIC context cleanup > net/bnxt: update consumer index of NQ regularly > net/bnxt: update RSS algorithm capability > > Damodharam Ammepalli (1): > net/bnxt: cleanup vnic ref count > > Kishore Padmanabha (1): > net/bnxt: avoid seg fault in Tx queue release > > Shuanglin Wang (1): > net/bnxt: adjust session name on multi host system > > drivers/net/bnxt/bnxt.h | 2 +- > drivers/net/bnxt/bnxt_ethdev.c | 14 +++----- > drivers/net/bnxt/bnxt_hwrm.c | 16 +++++++-- > drivers/net/bnxt/bnxt_irq.c | 26 +++++++++++--- > drivers/net/bnxt/bnxt_reps.c | 6 ++-- > drivers/net/bnxt/bnxt_txq.c | 8 ++++- > drivers/net/bnxt/bnxt_txq.h | 1 + > drivers/net/bnxt/bnxt_txr.c | 13 +++++++ > drivers/net/bnxt/bnxt_txr.h | 4 ++- > drivers/net/bnxt/tf_ulp/bnxt_ulp.c | 58 ++++++++++++++++++++++++++++++ > 10 files changed, 125 insertions(+), 23 deletions(-) > > -- > 2.39.2 (Apple Git-143) >