From patchwork Wed Feb 7 01:16:13 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ajit Khaparde X-Patchwork-Id: 35035 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2DE7F1B732; Wed, 7 Feb 2018 02:16:29 +0100 (CET) Received: from rnd-relay.smtp.broadcom.com (rnd-relay.smtp.broadcom.com [192.19.229.170]) by dpdk.org (Postfix) with ESMTP id 8C07A1B737 for ; Wed, 7 Feb 2018 02:16:27 +0100 (CET) Received: from nis-sj1-27.broadcom.com (nis-sj1-27.lvn.broadcom.net [10.75.144.136]) by rnd-relay.smtp.broadcom.com (Postfix) with ESMTP id 6740F30C023; Tue, 6 Feb 2018 17:16:20 -0800 (PST) Received: from C02VPB22HTD6.vpn.broadcom.net (unknown [10.10.118.139]) by nis-sj1-27.broadcom.com (Postfix) with ESMTP id B7355AC0740; Tue, 6 Feb 2018 17:16:19 -0800 (PST) From: Ajit Khaparde To: dev@dpdk.org Cc: ferruh.yigit@intel.com Date: Tue, 6 Feb 2018 17:16:13 -0800 Message-Id: <20180207011616.57307-2-ajit.khaparde@broadcom.com> X-Mailer: git-send-email 2.14.3 (Apple Git-98) In-Reply-To: <20180207011616.57307-1-ajit.khaparde@broadcom.com> References: <20180207011616.57307-1-ajit.khaparde@broadcom.com> Subject: [dpdk-dev] [PATCH 1/4] net/bnxt: update bnxt feature list X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Updating bnxt.ini file. Signed-off-by: Ajit Khaparde --- doc/guides/nics/features/bnxt.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/nics/features/bnxt.ini b/doc/guides/nics/features/bnxt.ini index 9ddce0d4a..a534e3063 100644 --- a/doc/guides/nics/features/bnxt.ini +++ b/doc/guides/nics/features/bnxt.ini @@ -4,7 +4,9 @@ ; Refer to default.ini for the full list of available PMD features. ; [Features] +Speed capabilities = Y Link status = Y +Link status event = Y Rx interrupt = Y Queue start/stop = Y MTU update = Y @@ -23,8 +25,10 @@ SR-IOV = Y VLAN filter = Y Ethertype filter = Y N-tuple filter = Y +Flow director = Y Flow control = Y Flow API = Y +CRC offload = Y L3 checksum offload = Y L4 checksum offload = Y Inner L3 checksum = Y @@ -41,4 +45,6 @@ EEPROM dump = Y LED = Y Linux UIO = Y Linux VFIO = Y +ARMv8 = Y +x86-32 = Y x86-64 = Y