From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alejandro Lucero Subject: [PATCH] nfp: add doc about supported features Date: Fri, 2 Dec 2016 08:17:33 +0000 Message-ID: <1480666653-35544-1-git-send-email-alejandro.lucero@netronome.com> To: dev@dpdk.org Return-path: Received: from netronome.com (host-79-78-33-110.static.as9105.net [79.78.33.110]) by dpdk.org (Postfix) with ESMTP id B22185598 for ; Fri, 2 Dec 2016 09:17:37 +0100 (CET) Received: from netronome.com (localhost [127.0.0.1]) by netronome.com (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id uB28HXOL035583 for ; Fri, 2 Dec 2016 08:17:33 GMT Received: (from alucero@localhost) by netronome.com (8.14.4/8.14.4/Submit) id uB28HXwx035582 for dev@dpdk.org; Fri, 2 Dec 2016 08:17:33 GMT List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 +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 -- 1.9.1