On Wed, Mar 10, 2021 at 1:26 PM Ajit Khaparde wrote: > > This patchset contain bnxt bug fixes and enhancements. > > Please apply. > > v1->v2: > - Updated word list as per recommendation to include VNIC, Thor. > - Fixed checkpatch errors pointed in 2/11. > - Updated release notes to indicate HWRM API version change. > - Check and addressed warnings reported by check-git-log.sh Patchset applied to dpdk-next-net-brcm. Thanks > > > Ajit Khaparde (2): > devtools: update word list > net/bnxt: update to new version of backing store > > Kalesh AP (9): > net/bnxt: remove unused macro > net/bnxt: fix VNIC configuration > net/bnxt: remove extra blank line > net/bnxt: update HWRM structures > net/bnxt: log port id in async events > net/bnxt: handle echo request async message > net/bnxt: fix firmware fatal error handling > net/bnxt: fix FW readiness check during recovery > net/bnxt: fix PTP support for Thor > > Venkat Duvvuru (1): > net/bnxt: fix queues per VNIC > > devtools/words-case.txt | 2 + > doc/guides/rel_notes/release_21_05.rst | 4 + > drivers/net/bnxt/bnxt.h | 24 +- > drivers/net/bnxt/bnxt_cpr.c | 25 +- > drivers/net/bnxt/bnxt_ethdev.c | 175 +- > drivers/net/bnxt/bnxt_hwrm.c | 93 +- > drivers/net/bnxt/bnxt_hwrm.h | 6 +- > drivers/net/bnxt/bnxt_rxq.c | 3 +- > drivers/net/bnxt/bnxt_rxr.c | 17 +- > drivers/net/bnxt/bnxt_util.h | 2 + > drivers/net/bnxt/bnxt_vnic.h | 2 - > drivers/net/bnxt/hsi_struct_def_dpdk.h | 3689 +++++++++++++++++++----- > 12 files changed, 3273 insertions(+), 769 deletions(-) > > -- > 2.21.1 (Apple Git-122.3) >