On Wed, Jun 15, 2022 at 7:57 AM Kalesh A P wrote: > > From: Kalesh AP > > This patchset contains bug fixes in bnxt PMD. Patchset applied to dpdk-next-net-brcm. Thanks > > Ajit Khaparde (1): > net/bnxt: fix switch domain allocation > > Damodharam Ammepalli (3): > net/bnxt: allow Tx only or Rx only configs in PMD > net/bnxt: disallow MTU change when device is started > net/bnxt: cleanups in MTU set callback > > Kalesh AP (2): > net/bnxt: reduce the verbosity of a log > net/bnxt: fix setting forced speed > > Somnath Kotur (2): > net/bnxt: remove assert for zero data len in Tx path > net/bnxt: fix the check for autoneg enablement in the PHY FW > > drivers/net/bnxt/bnxt_ethdev.c | 95 ++++++++++++++++++------------------------ > drivers/net/bnxt/bnxt_hwrm.c | 45 +++++++++++++------- > drivers/net/bnxt/bnxt_hwrm.h | 3 ++ > drivers/net/bnxt/bnxt_rxq.c | 9 +--- > drivers/net/bnxt/bnxt_txr.c | 29 +++++++++++-- > 5 files changed, 101 insertions(+), 80 deletions(-) > > -- > 2.10.1 >