From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alejandro Lucero Subject: [PATCH v2 18/18] doc: create different features files for NFP drivers Date: Fri, 1 Sep 2017 15:12:21 +0100 Message-ID: <1504275141-35448-19-git-send-email-alejandro.lucero@netronome.com> References: <1504275141-35448-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 48E8358CE for ; Fri, 1 Sep 2017 16:12:39 +0200 (CEST) Received: from netronome.com (localhost [127.0.0.1]) by netronome.com (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id v81ECPYn035571 for ; Fri, 1 Sep 2017 15:12:25 +0100 Received: (from alucero@localhost) by netronome.com (8.14.4/8.14.4/Submit) id v81ECPlK035570 for dev@dpdk.org; Fri, 1 Sep 2017 15:12:25 +0100 In-Reply-To: <1504275141-35448-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" NFP PMD implement now PF and VF drivers. Although the driver functionality is the same by now, except for initialization, it will change with future PF additions. A new feature is required for describing the firmware upload capability coming with the NFP PF now, so the PF file will be updated soon in another patch. SRIOV is not supported by the PF yet, and it is wrong to include it as a VF driver feature, so none of the files have such a feature. Signed-off-by: Alejandro Lucero --- doc/guides/nics/features/nfp.ini | 29 ----------------------------- doc/guides/nics/features/nfp_pf.ini | 28 ++++++++++++++++++++++++++++ doc/guides/nics/features/nfp_vf.ini | 28 ++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+), 29 deletions(-) delete mode 100644 doc/guides/nics/features/nfp.ini create mode 100644 doc/guides/nics/features/nfp_pf.ini create mode 100644 doc/guides/nics/features/nfp_vf.ini diff --git a/doc/guides/nics/features/nfp.ini b/doc/guides/nics/features/nfp.ini deleted file mode 100644 index a1281d2..0000000 --- a/doc/guides/nics/features/nfp.ini +++ /dev/null @@ -1,29 +0,0 @@ -; -; Supported features of the 'nfp' network poll mode driver. -; -; Refer to default.ini for the full list of available PMD features. -; -[Features] -Speed capabilities = Y -Link status = Y -Link status event = Y -Rx interrupt = Y -Queue start/stop = Y -MTU update = Y -Jumbo frame = Y -Promiscuous mode = Y -TSO = Y -RSS hash = Y -RSS key update = Y -RSS reta update = Y -SR-IOV = Y -Flow control = Y -VLAN offload = Y -L3 checksum offload = Y -L4 checksum offload = Y -Basic stats = Y -Stats per queue = Y -Linux UIO = Y -Linux VFIO = Y -x86-64 = Y -Usage doc = Y diff --git a/doc/guides/nics/features/nfp_pf.ini b/doc/guides/nics/features/nfp_pf.ini new file mode 100644 index 0000000..d2899e7 --- /dev/null +++ b/doc/guides/nics/features/nfp_pf.ini @@ -0,0 +1,28 @@ +; +; Supported features of the 'nfp' network poll mode driver. +; +; Refer to default.ini for the full list of available PMD features. +; +[Features] +Speed capabilities = Y +Link status = Y +Link status event = Y +Rx interrupt = Y +Queue start/stop = Y +MTU update = Y +Jumbo frame = Y +Promiscuous mode = Y +TSO = Y +RSS hash = Y +RSS key update = Y +RSS reta update = Y +Flow control = Y +VLAN offload = Y +L3 checksum offload = Y +L4 checksum offload = Y +Basic stats = Y +Stats per queue = Y +Linux UIO = Y +Linux VFIO = Y +x86-64 = Y +Usage doc = Y diff --git a/doc/guides/nics/features/nfp_vf.ini b/doc/guides/nics/features/nfp_vf.ini new file mode 100644 index 0000000..d2899e7 --- /dev/null +++ b/doc/guides/nics/features/nfp_vf.ini @@ -0,0 +1,28 @@ +; +; Supported features of the 'nfp' network poll mode driver. +; +; Refer to default.ini for the full list of available PMD features. +; +[Features] +Speed capabilities = Y +Link status = Y +Link status event = Y +Rx interrupt = Y +Queue start/stop = Y +MTU update = Y +Jumbo frame = Y +Promiscuous mode = Y +TSO = Y +RSS hash = Y +RSS key update = Y +RSS reta update = Y +Flow control = Y +VLAN offload = Y +L3 checksum offload = Y +L4 checksum offload = Y +Basic stats = Y +Stats per queue = Y +Linux UIO = Y +Linux VFIO = Y +x86-64 = Y +Usage doc = Y -- 1.9.1