From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 3/4] doc: Add documents for AMD XGBE Ethernet Date: Thu, 14 Sep 2017 17:26:00 +0100 Message-ID: References: <1505324838-25734-1-git-send-email-ravi1.kumar@amd.com> <1505324838-25734-3-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 Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id B081E1B027 for ; Thu, 14 Sep 2017 18:26:03 +0200 (CEST) In-Reply-To: <1505324838-25734-3-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 9/13/2017 6:47 PM, Ravi Kumar wrote: > Signed-off-by: Ravi Kumar > --- > doc/guides/nics/axgbe.rst | 214 +++++++++++++++++++++++++++++++++++++ > doc/guides/nics/features/axgbe.ini | 18 ++++ > doc/guides/nics/index.rst | 1 + > 3 files changed, 233 insertions(+) > create mode 100644 doc/guides/nics/axgbe.rst > create mode 100644 doc/guides/nics/features/axgbe.ini > > diff --git a/doc/guides/nics/axgbe.rst b/doc/guides/nics/axgbe.rst > new file mode 100644 > index 0000000..97056fa > --- /dev/null > +++ b/doc/guides/nics/axgbe.rst <..> > + > +AXGBE Poll Mode Driver > +====================== > + > +The AXGBE poll mode driver library (**librte_pmd_axgbe**) implements support > +for AMD 10 Gbps family of adapters. It is compiled and tested in standard linux distro like Ubuntu. Is it possible to add some references, links for mentioned hardware. > + > +Supported Features > +------------------ > + > +AXGBE PMD has support for: > + > +- Base L2 features > +- Unicast/multicast filtering > +- Promiscuous mode > +- Port statistics > +- TSS (Transmit Side Scaling) > +- RSS (Receive Side Scaling) > +- Checksum offload > +- Jumbo Frame upto 9K > + > + > +Supported Chipsets and NICs > +--------------------------- > +- AMD 10 Gigabit Ethernet Controller Is there any controller number/version worth mentioning? > + > + <...>