From: Thomas Monjalon Date: Wed, 7 Apr 2021 21:03:59 +0000 (+0200) Subject: doc: rename sfc features file X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=37f8bd7ede5870d36e4d4f911b2249b1dec1a05e;p=dpdk.git doc: rename sfc features file 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 --- diff --git a/MAINTAINERS b/MAINTAINERS index 68856b3aae..38e284831d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -892,7 +892,7 @@ M: Andrew Rybchenko 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 diff --git a/doc/guides/nics/features/sfc.ini b/doc/guides/nics/features/sfc.ini new file mode 100644 index 0000000000..7e29568e5f --- /dev/null +++ b/doc/guides/nics/features/sfc.ini @@ -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 index 7e29568e5f..0000000000 --- a/doc/guides/nics/features/sfc_efx.ini +++ /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