Some fixes and refactoring changes for bnxt PMD. Ajit Khaparde (9): net/bnxt: remove unused field net/bnxt: remove references to Thor net/bnxt: fix cleanup on mutex init failure net/bnxt: fix format specifier for unsigned int net/bnxt: use the right function to free mbuf net/bnxt: remove function declaration net/bnxt: changes to indentation and coding style net/bnxt: add missing comments net/bnxt: modify ring index logic
Kalesh AP (3): net/bnxt: release hwrm lock in the error case net/bnxt: fix to return error when fw command fails net/bnxt: fix vnic RSS configure function Rahul Gupta (1): net/bnxt: support for 236 queues in NS3 Samik Gupta (2): net/bnxt: fix RX rings in RSS redirection table net/bnxt: fix VNIC config on Rx queue stop Somnath Kotur (1): net/bnxt: fix PF resource query Sriharsha Basavapatna (1): net/bnxt: fix max rings computation drivers/net/bnxt/bnxt.h | 75 +++++++---- drivers/net/bnxt/bnxt_cpr.h | 10 +- drivers/net/bnxt/bnxt_ethdev.c | 78 ++++++----- drivers/net/bnxt/bnxt_hwrm.c | 127 +++++++++++------- drivers/net/bnxt/bnxt_hwrm.h | 2 - drivers/net/bnxt/bnxt_reps.c | 8 +- drivers/net/bnxt/bnxt_ring.c | 50 +++---- drivers/net/bnxt/bnxt_ring.h | 40 ++++-- drivers/net/bnxt/bnxt_rxq.c | 35 +++-- drivers/net/bnxt/bnxt_rxr.c | 122 +++++++++-------- drivers/net/bnxt/bnxt_rxr.h | 6 +- drivers/net/bnxt/bnxt_rxtx_vec_common.h | 16 +-- drivers/net/bnxt/bnxt_rxtx_vec_neon.c | 16 +-- drivers/net/bnxt/bnxt_rxtx_vec_sse.c | 16 +-- drivers/net/bnxt/bnxt_txq.c | 2 +- drivers/net/bnxt/bnxt_txr.c | 51 ++++--- drivers/net/bnxt/bnxt_txr.h | 6 +- drivers/net/bnxt/bnxt_vnic.c | 4 +- drivers/net/bnxt/tf_core/tf_core.c | 2 +- drivers/net/bnxt/tf_ulp/bnxt_ulp.c | 2 +- drivers/net/bnxt/tf_ulp/ulp_template_db_act.c | 5 + .../net/bnxt/tf_ulp/ulp_template_db_class.c | 6 + 22 files changed, 403 insertions(+), 276 deletions(-) -- 2.21.1 (Apple Git-122.3) -- This electronic communication and the information and any files transmitted with it, or attached to it, are confidential and are intended solely for the use of the individual or entity to whom it is addressed and may contain information that is confidential, legally privileged, protected by privacy laws, or otherwise restricted from disclosure to anyone else. If you are not the intended recipient or the person responsible for delivering the e-mail to the intended recipient, you are hereby notified that any use, copying, distributing, dissemination, forwarding, printing, or copying of this e-mail is strictly prohibited. If you received this e-mail in error, please return the e-mail to the sender, delete it from your computer, and destroy any printed copy of it.