From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] nfp: add doc about supported features Date: Tue, 6 Dec 2016 12:08:26 +0000 Message-ID: <3133b0c5-672d-de7d-1690-815c7603e581@intel.com> References: <1480666653-35544-1-git-send-email-alejandro.lucero@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Alejandro Lucero , dev@dpdk.org, John McNamara Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id C033F2C07 for ; Tue, 6 Dec 2016 13:08:53 +0100 (CET) In-Reply-To: <1480666653-35544-1-git-send-email-alejandro.lucero@netronome.com> 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 12/2/2016 8:17 AM, Alejandro Lucero wrote: > Signed-off-by: Alejandro Lucero > --- > doc/guides/nics/features/nfp.ini | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+) > > diff --git a/doc/guides/nics/features/nfp.ini b/doc/guides/nics/features/nfp.ini > index d967151..dd78233 100644 > --- a/doc/guides/nics/features/nfp.ini > +++ b/doc/guides/nics/features/nfp.ini > @@ -4,3 +4,28 @@ > ; Refer to default.ini for the full list of available PMD features. > ; > [Features] > +SR-IOV = Y > +Link status = Y > +Link status event = Y > +Rx interrupt = N Hi John, Do we support 'N'? Since this is the first 'N' in the table. I guess not having a value implies feature is not supported. > +Queue start/stop = Y > +MTU update = Y > +Jumbo frame = Y > +Scattered Rx = N > +TSO = N > +RSS hash = Y > +RSS key update = Y > +RSS reta update = Y > +Flow control = Y > +CRC offload = N > +VLAN offload = Y > +L3 checksum offload = Y > +L4 checksum offload = Y > +Promiscuous mode = Y > +Basic stats = Y > +Stats per queue = Y > +Linux UIO = Y > +Linux VFIO = Y > +x86-32 = N > +x86-64 = Y > +Usage doc = Y >