From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Sep 2017 09:26:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,393,1500966000"; d="scan'208";a="151886536" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by fmsmga006.fm.intel.com with ESMTP; 14 Sep 2017 09:26:01 -0700 To: Ravi Kumar , dev@dpdk.org References: <1505324838-25734-1-git-send-email-ravi1.kumar@amd.com> <1505324838-25734-3-git-send-email-ravi1.kumar@amd.com> From: Ferruh Yigit Message-ID: Date: Thu, 14 Sep 2017 17:26:00 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1505324838-25734-3-git-send-email-ravi1.kumar@amd.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 3/4] doc: Add documents for AMD XGBE Ethernet 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: , X-List-Received-Date: Thu, 14 Sep 2017 16:26:04 -0000 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? > + > + <...>