[dpdk-dev] [PATCH 00/13] bnxt atchset

Ajit Khaparde ajit.khaparde at broadcom.com
Mon Jan 8 21:24:24 CET 2018


Please apply these patches.

Ajit Khaparde (10):
  net/bnxt: check return values in bnxt_dev_init
  net/bnxt: fix double increment of idx during Tx ring alloc
  net/bnxt: parse checksum offload flags
  net/bnxt: fix grp_info usage
  net/bnxt: return proper error code
  net/bnxt: add check for multi host PF per port.
  net/bnxt: check if initialization is done before accessing stats
  net/bnxt: fix check for ether_type
  net/bnxt: check on-chip resources

Somnath Kotur (3):
  net/bnxt: fix duplicate filter pattern creation error
  net/bnxt: remove unnecessary addition of a temporary filter
  net/bnxt: fix bug with duplicate pattern for 5tuple filter
  bnxt/bnxt: free the aggregration ring while freeing all the HWRM rings

 drivers/net/bnxt/bnxt.h        |  7 ++-
 drivers/net/bnxt/bnxt_cpr.c    |  1 -
 drivers/net/bnxt/bnxt_ethdev.c | 97 +++++++++++++++++++++++++++++++++---------
 drivers/net/bnxt/bnxt_filter.c | 49 ++++++++++++++++++---
 drivers/net/bnxt/bnxt_hwrm.c   | 32 ++++++++------
 drivers/net/bnxt/bnxt_ring.c   |  7 ++-
 drivers/net/bnxt/bnxt_ring.h   |  2 +-
 drivers/net/bnxt/bnxt_rxq.c    |  7 +++
 drivers/net/bnxt/bnxt_stats.c  | 13 +++++-
 drivers/net/bnxt/bnxt_txq.c    |  7 +++
 drivers/net/bnxt/bnxt_txr.c    | 15 ++++---
 11 files changed, 182 insertions(+), 55 deletions(-)

-- 
2.14.3 (Apple Git-98)



More information about the dev mailing list