[dpdk-dev] [PATCH v2 0/4] patch series for bnxt

Ajit Khaparde ajit.khaparde at broadcom.com
Thu Oct 5 17:06:42 CEST 2017


A continuation of the previous submission,
this patchset adds support for ntuple filtering.
It also fixes an issue found while testing VMDQ
and updates bnxt.ini
The last patch removes some unnecessary parentheses from the code.

Ajit Khaparde (4):
  net/bnxt: add ntuple filtering support
  net/bnxt: fix number of mac addresses for VMDQ support
  net/bnxt: fixup bnxt.ini
  net/bnxt: fix some unnecessary parentheses

 doc/guides/nics/features/bnxt.ini |  13 ++
 drivers/net/bnxt/bnxt_ethdev.c    | 246 ++++++++++++++++++++++++++++++++++++--
 drivers/net/bnxt/bnxt_filter.c    |   6 +-
 drivers/net/bnxt/bnxt_filter.h    |   8 ++
 drivers/net/bnxt/bnxt_hwrm.c      |   2 +-
 drivers/net/bnxt/bnxt_rxq.c       |  23 +++-
 6 files changed, 280 insertions(+), 18 deletions(-)

-- 
2.13.5 (Apple Git-94)



More information about the dev mailing list