From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 11/18] doc: add documents for AMD axgbe Ethernet PMD Date: Fri, 16 Mar 2018 17:46:05 +0000 Message-ID: <4352cbdc-0d3a-6a92-4530-eb26722dd807@intel.com> References: <1515145938-97474-1-git-send-email-Ravi1.kumar@amd.com> <1520584954-130575-1-git-send-email-Ravi1.kumar@amd.com> <1520584954-130575-11-git-send-email-Ravi1.kumar@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit To: Ravi Kumar , dev@dpdk.org, John McNamara , "Kovacevic, Marko" Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 7C2D05F0F for ; Fri, 16 Mar 2018 18:46:09 +0100 (CET) In-Reply-To: <1520584954-130575-11-git-send-email-Ravi1.kumar@amd.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 3/9/2018 8:42 AM, Ravi Kumar wrote: > Signed-off-by: Ravi Kumar > --- > doc/guides/nics/axgbe.rst | 211 +++++++++++++++++++++++++++++++++++++ cc'ed document maintainers. <...> > +Supported Chipsets and NICs > +--------------------------- > +- AMD 10 Gigabit Ethernet Controller Would you mind giving more details about supported device? Any link to product webpage perhaps? Also there is a dpdk.org web page lists the supported devices, it would be good to update that page (with a web patch) to announce the support. <...> > +- ``CONFIG_RTE_LIBRTE_AXGBE_PMD`` (default **n**) > + > + Toggle compilation of axgbe driver. To use axgbe PMD set this config parameter > + to 'y'. It is default enabled now. <...>