From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 06 Dec 2016 04:08:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,310,1477983600"; d="scan'208";a="1068575007" Received: from sthete-mobl2.gar.corp.intel.com (HELO [10.252.13.41]) ([10.252.13.41]) by orsmga001.jf.intel.com with ESMTP; 06 Dec 2016 04:08:27 -0800 To: Alejandro Lucero , dev@dpdk.org, John McNamara References: <1480666653-35544-1-git-send-email-alejandro.lucero@netronome.com> From: Ferruh Yigit Message-ID: <3133b0c5-672d-de7d-1690-815c7603e581@intel.com> Date: Tue, 6 Dec 2016 12:08:26 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <1480666653-35544-1-git-send-email-alejandro.lucero@netronome.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] nfp: add doc about supported features 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: Tue, 06 Dec 2016 12:08:54 -0000 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 >