doc: rename sfc features file
authorThomas Monjalon <thomas@monjalon.net>
Wed, 7 Apr 2021 21:03:59 +0000 (23:03 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 18 May 2021 15:59:39 +0000 (17:59 +0200)
The driver directory is drivers/net/sfc
but the features file was doc/guides/nics/features/sfc_efx.ini.

sfc_efx.ini is renamed sfc.ini to match the driver directory name.
It will help automatic checks of this file.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
MAINTAINERS
doc/guides/nics/features/sfc.ini [new file with mode: 0644]
doc/guides/nics/features/sfc_efx.ini [deleted file]

index 68856b3..38e2848 100644 (file)
@@ -892,7 +892,7 @@ M: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
 F: drivers/common/sfc_efx/
 F: drivers/net/sfc/
 F: doc/guides/nics/sfc_efx.rst
-F: doc/guides/nics/features/sfc_efx.ini
+F: doc/guides/nics/features/sfc.ini
 
 Wangxun txgbe
 M: Jiawen Wu <jiawenwu@trustnetic.com>
diff --git a/doc/guides/nics/features/sfc.ini b/doc/guides/nics/features/sfc.ini
new file mode 100644 (file)
index 0000000..7e29568
--- /dev/null
@@ -0,0 +1,43 @@
+;
+; Supported features of the 'sfc_efx' 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
+Fast mbuf free       = Y
+Queue start/stop     = Y
+Runtime Rx queue setup = Y
+Runtime Tx queue setup = Y
+MTU update           = Y
+Jumbo frame          = Y
+Scattered Rx         = Y
+TSO                  = Y
+Promiscuous mode     = Y
+Allmulticast mode    = Y
+Multicast MAC filter = Y
+RSS hash             = Y
+RSS key update       = Y
+RSS reta update      = Y
+SR-IOV               = Y
+Flow control         = Y
+Flow API             = Y
+VLAN offload         = P
+L3 checksum offload  = Y
+L4 checksum offload  = Y
+Inner L3 checksum    = Y
+Inner L4 checksum    = Y
+Packet type parsing  = Y
+Rx descriptor status = Y
+Tx descriptor status = Y
+Basic stats          = Y
+Extended stats       = Y
+FW version           = Y
+Multiprocess aware   = Y
+FreeBSD              = Y
+Linux                = Y
+ARMv8                = Y
+x86-64               = Y
diff --git a/doc/guides/nics/features/sfc_efx.ini b/doc/guides/nics/features/sfc_efx.ini
deleted file mode 100644 (file)
index 7e29568..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-;
-; Supported features of the 'sfc_efx' 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
-Fast mbuf free       = Y
-Queue start/stop     = Y
-Runtime Rx queue setup = Y
-Runtime Tx queue setup = Y
-MTU update           = Y
-Jumbo frame          = Y
-Scattered Rx         = Y
-TSO                  = Y
-Promiscuous mode     = Y
-Allmulticast mode    = Y
-Multicast MAC filter = Y
-RSS hash             = Y
-RSS key update       = Y
-RSS reta update      = Y
-SR-IOV               = Y
-Flow control         = Y
-Flow API             = Y
-VLAN offload         = P
-L3 checksum offload  = Y
-L4 checksum offload  = Y
-Inner L3 checksum    = Y
-Inner L4 checksum    = Y
-Packet type parsing  = Y
-Rx descriptor status = Y
-Tx descriptor status = Y
-Basic stats          = Y
-Extended stats       = Y
-FW version           = Y
-Multiprocess aware   = Y
-FreeBSD              = Y
-Linux                = Y
-ARMv8                = Y
-x86-64               = Y