From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C3BBDA04C1; Fri, 22 Nov 2019 00:34:48 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 34212235; Fri, 22 Nov 2019 00:34:47 +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 326672BA3 for ; Fri, 22 Nov 2019 00:34:45 +0100 (CET) Received: from mail-irv-17.broadcom.com (mail-irv-17.lvn.broadcom.net [10.75.242.48]) by rnd-relay.smtp.broadcom.com (Postfix) with ESMTP id B8BD330C085; Thu, 21 Nov 2019 15:31:04 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.10.3 rnd-relay.smtp.broadcom.com B8BD330C085 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=broadcom.com; s=dkimrelay; t=1574379064; bh=J3nd94Fu4deSWsY/nvxxk0/ui7JGW4+SdNLsfZ68M5o=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ncw3tqFu+mC9h+hVzqGheNWaHV+b4aJPMM87jBdQ5SVkEx1i4x7bYgp2mpqAAGxM2 hpv8TJS2iSBm8AfAkoPH0SAR9BVQVO+LZ6JJKe0g+4zLWlpGvYLZFXOJV6+GzllBS4 BBohnMjv4/uP1kBVYwWX1+7/oBvI1OggvKfnU0SA= Received: from C02VPB22HTD6.wifi.broadcom.net (c02vpb22htd6.wifi.broadcom.net [10.69.74.102]) by mail-irv-17.broadcom.com (Postfix) with ESMTP id 42917140069; Thu, 21 Nov 2019 15:34:39 -0800 (PST) From: Ajit Khaparde To: dev@dpdk.org Cc: ferruh.yigit@intel.com Date: Thu, 21 Nov 2019 15:34:32 -0800 Message-Id: <20191121233435.4263-1-ajit.khaparde@broadcom.com> X-Mailer: git-send-email 2.21.0 (Apple Git-122.2) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 1/3] doc: 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. These features were added earlier under the following commits. 1) 94d4afd2d167 ("net/bnxt: advertise scatter Rx offload capability") 2) 57d5e5bc86e4 ("net/bnxt: add statistics") 3) 88920136688c ("net/bnxt: support xstats get by id") Signed-off-by: Ajit Khaparde --- doc/guides/nics/features/bnxt.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/nics/features/bnxt.ini b/doc/guides/nics/features/bnxt.ini index 9721dd61d..37a99e336 100644 --- a/doc/guides/nics/features/bnxt.ini +++ b/doc/guides/nics/features/bnxt.ini @@ -11,6 +11,7 @@ Rx interrupt = Y Queue start/stop = Y MTU update = Y Jumbo frame = Y +Scattered Rx = Y LRO = Y TSO = Y Promiscuous mode = Y @@ -37,9 +38,11 @@ Rx descriptor status = Y Tx descriptor status = Y Basic stats = Y Extended stats = Y +Stats per queue = Y FW version = Y EEPROM dump = Y LED = Y +Multiprocess aware = Y Linux UIO = Y Linux VFIO = Y ARMv8 = Y -- 2.21.0 (Apple Git-122.2)