On Wed, Apr 27, 2022 at 7:58 AM Kalesh A P wrote: > > From: Kalesh AP > > This patch set contains bug fixes in bnxt PMD. Please apply. > > Kalesh AP (12): > net/bnxt: update HWRM structures > net/bnxt: fix device capability reporting > net/bnxt: fix to remove an unused macro > net/bnxt: fix Rxq configure > net/bnxt: fix support for tunnel stateless offloads > net/bnxt: fix RSS action support > net/bnxt: add check for dupliate queue ids > net/bnxt: avoid unnecessary endianness conversion > net/bnxt: fix setting autoneg speed > net/bnxt: force PHY update on certain configurations > net/bnxt: fix reporting link status when port is stopped > net/bnxt: recheck FW readiness if FW is in reset process > > Somnath Kotur (5): > net/bnxt: remove support for COUNT action > net/bnxt: fix to reconfigure the VNIC's default receive ring > net/bnxt: fix to handle queue stop during RSS flow create > net/bnxt: fix freeing of VNIC filters > net/bnxt: don't wait for link up completion in dev start Patches applied to dpdk-next-net-brcm. Thanks > > > drivers/net/bnxt/bnxt.h | 29 +- > drivers/net/bnxt/bnxt_ethdev.c | 58 +- > drivers/net/bnxt/bnxt_filter.c | 2 + > drivers/net/bnxt/bnxt_flow.c | 92 +- > drivers/net/bnxt/bnxt_hwrm.c | 15 +- > drivers/net/bnxt/bnxt_hwrm.h | 20 + > drivers/net/bnxt/bnxt_reps.c | 6 +- > drivers/net/bnxt/bnxt_rxq.c | 75 +- > drivers/net/bnxt/bnxt_rxq.h | 1 + > drivers/net/bnxt/bnxt_txq.c | 29 + > drivers/net/bnxt/bnxt_txq.h | 1 + > drivers/net/bnxt/hsi_struct_def_dpdk.h | 4025 ++++++++++++++++++++++++++++---- > 12 files changed, 3809 insertions(+), 544 deletions(-) > > -- > 2.10.1 >