From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ajit Khaparde Subject: [PATCH 0/3] patch series for bnxt Date: Thu, 5 Oct 2017 09:28:00 -0500 Message-ID: <20171005142803.2143-1-ajit.khaparde@broadcom.com> Cc: ferruh.yigit@intel.com To: dev@dpdk.org Return-path: Received: from rnd-relay.smtp.broadcom.com (rnd-relay.smtp.broadcom.com [192.19.229.170]) by dpdk.org (Postfix) with ESMTP id 3C2441B203 for ; Thu, 5 Oct 2017 16:28:07 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 Please apply. Ajit Khaparde (3): net/bnxt: add ntuple filtering support net/bnxt: fix number of mac addresses for VMDQ support net/bnxt: fixup bnxt.ini doc/guides/nics/features/bnxt.ini | 13 +++ drivers/net/bnxt/bnxt_ethdev.c | 234 +++++++++++++++++++++++++++++++++++++- drivers/net/bnxt/bnxt_filter.h | 8 ++ drivers/net/bnxt/bnxt_hwrm.c | 2 +- drivers/net/bnxt/bnxt_rxq.c | 23 +++- 5 files changed, 271 insertions(+), 9 deletions(-) -- 2.13.5 (Apple Git-94)