From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <alucero@netronome.com>
Received: from netronome.com (host-79-78-33-110.static.as9105.net
 [79.78.33.110]) by dpdk.org (Postfix) with ESMTP id 497AD1B2FF
 for <dev@dpdk.org>; Mon, 12 Feb 2018 10:57:40 +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
 w1C9vcRM019576 for <dev@dpdk.org>; Mon, 12 Feb 2018 09:57:38 GMT
Received: (from alucero@localhost)
 by netronome.com (8.14.4/8.14.4/Submit) id w1C9vcXf019575
 for dev@dpdk.org; Mon, 12 Feb 2018 09:57:38 GMT
From: Alejandro Lucero <alejandro.lucero@netronome.com>
To: dev@dpdk.org
Date: Mon, 12 Feb 2018 09:57:38 +0000
Message-Id: <1518429458-19537-1-git-send-email-alejandro.lucero@netronome.com>
X-Mailer: git-send-email 1.9.1
Subject: [dpdk-dev] [PATCH] net/nfp: rename nfp PF file
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 12 Feb 2018 09:57:40 -0000

Other NICs with VF support do not use the _pf suffix for these files
but just for the VF description.

This change makes NFP files consistent in this regard and helps with
how the DPDK web nics features matrix shows NFP devices.

Signed-off-by: Alejandro Lucero <alejandro.lucero@netronome.com>
---
 doc/guides/nics/features/nfp.ini    | 28 ++++++++++++++++++++++++++++
 doc/guides/nics/features/nfp_pf.ini | 28 ----------------------------
 2 files changed, 28 insertions(+), 28 deletions(-)
 create mode 100644 doc/guides/nics/features/nfp.ini
 delete mode 100644 doc/guides/nics/features/nfp_pf.ini

diff --git a/doc/guides/nics/features/nfp.ini b/doc/guides/nics/features/nfp.ini
new file mode 100644
index 0000000..d2899e7
--- /dev/null
+++ b/doc/guides/nics/features/nfp.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_pf.ini b/doc/guides/nics/features/nfp_pf.ini
deleted file mode 100644
index d2899e7..0000000
--- a/doc/guides/nics/features/nfp_pf.ini
+++ /dev/null
@@ -1,28 +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
-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