From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-gw1-out.broadcom.com (mail-gw1-out.broadcom.com [216.31.210.62]) by dpdk.org (Postfix) with ESMTP id 0E3C65921 for ; Tue, 16 Aug 2016 01:07:05 +0200 (CEST) X-IronPort-AV: E=Sophos;i="5.28,527,1464678000"; d="scan'208";a="101927016" Received: from mail-irv-18.broadcom.com ([10.15.198.37]) by mail-gw1-out.broadcom.com with ESMTP; 15 Aug 2016 17:51:10 -0700 Received: from mail-irva-12.broadcom.com (mail-irva-12.broadcom.com [10.11.16.101]) by mail-irv-18.broadcom.com (Postfix) with ESMTP id D7C8A82033 for ; Mon, 15 Aug 2016 16:07:05 -0700 (PDT) Received: from C02PT1RBG8WP.local.net (unknown [10.10.89.124]) by mail-irva-12.broadcom.com (Postfix) with ESMTP id 20903A6284 for ; Mon, 15 Aug 2016 16:07:05 -0700 (PDT) From: Ajit Khaparde To: dev@dpdk.org Date: Mon, 15 Aug 2016 18:06:55 -0500 Message-Id: <1471302415-12019-6-git-send-email-ajit.khaparde@broadcom.com> X-Mailer: git-send-email 2.7.4 (Apple Git-66) In-Reply-To: <1471302415-12019-1-git-send-email-ajit.khaparde@broadcom.com> References: <1471302415-12019-1-git-send-email-ajit.khaparde@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 5/5] bnxt: Update Broadcom PMD driver documentation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2016 23:07:06 -0000 Update doc/guides/nics/bnxt.rst to indicate that the bnxt PMD driver supports Broadcom NetXtreme-C/NetXtreme-E BCM5730X/BCM5740X family of network controllers and Broadcom StrataGX BCM5871X family of communications processors. Signed-off-by: Ajit Khaparde --- doc/guides/nics/bnxt.rst | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/doc/guides/nics/bnxt.rst b/doc/guides/nics/bnxt.rst index 2669e98..cf7fca8 100644 --- a/doc/guides/nics/bnxt.rst +++ b/doc/guides/nics/bnxt.rst @@ -30,13 +30,24 @@ bnxt poll mode driver library ============================= -The bnxt poll mode library (**librte_pmd_bnxt**) implements support for -**Broadcom NetXtreme® C-Series**. These adapters support Standards- -compliant 10/25/50Gbps 30MPPS full-duplex throughput. - -Information about this family of adapters can be found in the +The bnxt poll mode library (**librte_pmd_bnxt**) implements support for: +**Broadcom NetXtreme-C®/NetXtreme-E® BCM5730X and BCM5740X family of +Ethernet Network Controllers**. These adapters support Standards compliant +10/25/50Gbps 30MPPS full-duplex throughput. +**Broadcom StrataGX® BCM5871X Series of Communucations Processors** +These ARM based processors target a broad range of networking applications +including virtual CPE (vCPE) and NFV appliances, 10G service routers and +gateways, control plane processing for Ethernet switches and network attached +storage (NAS). + +Information about the NetXtreme family of adapters can be found in the `NetXtreme® Brand section `_ -of the `Broadcom web site `_. +of the `Broadcom website `_. + +Information about the StrataGX family of adapters can be found in the +`StrataGX® BCM5871X Series section +`_ +of the `Broadcom website `_. Limitations ----------- -- 2.7.4 (Apple Git-66)