From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 14/16] doc: add documents for AMD axgbe Ethernet PMD Date: Fri, 8 Dec 2017 13:09:41 -0800 Message-ID: <458061bc-d278-a29a-009d-0e5b72bdafc3@intel.com> References: <1512047472-118050-1-git-send-email-Ravi1.kumar@amd.com> <1512047472-118050-14-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 mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id E8D301B1C3 for ; Fri, 8 Dec 2017 22:09:42 +0100 (CET) In-Reply-To: <1512047472-118050-14-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 11/30/2017 5:11 AM, Ravi Kumar wrote: > Signed-off-by: Ravi Kumar <...> > +++ b/doc/guides/nics/features/axgbe.ini > @@ -0,0 +1,18 @@ > +; > +; Supported features of the 'axgbe' network poll mode driver. > +; > +; Refer to default.ini for the full list of available PMD features. > +; > +[Features] > +Speed capabilities = Y > +Link status = Y > +Jumbo frame = Y > +Promiscuous mode = Y > +Allmulticast mode = Y > +RSS hash = Y > +CRC offload = Y > +L3 checksum offload = Y > +L4 checksum offload = Y > +Basic stats = Y > +Linux UIO = Y > +x86-64 = Y Can you please distribute these updates to the previous patches that adds the actual feature documented here. Remaining one can go in with this doc patch. <...>