DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/nfp: rename nfp PF file
@ 2018-02-12  9:57 Alejandro Lucero
  2018-02-13 16:46 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Alejandro Lucero @ 2018-02-12  9:57 UTC (permalink / raw)
  To: dev

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] net/nfp: rename nfp PF file
  2018-02-12  9:57 [dpdk-dev] [PATCH] net/nfp: rename nfp PF file Alejandro Lucero
@ 2018-02-13 16:46 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2018-02-13 16:46 UTC (permalink / raw)
  To: Alejandro Lucero; +Cc: dev

12/02/2018 10:57, Alejandro Lucero:
> 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>

Applied, thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-13 16:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-12  9:57 [dpdk-dev] [PATCH] net/nfp: rename nfp PF file Alejandro Lucero
2018-02-13 16:46 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).