The upcoming VF-specific feature work needs its own supported-features
documentation, separate from the PF (enetc4). Add a dedicated
enetc4_vf.ini for the net_enetc4_vf PMD so that VF-only features can be
tracked independently, and reference it in MAINTAINERS.

Signed-off-by: Gagandeep Singh <[email protected]>
Acked-by: Hemant Agrawal <[email protected]>
---
 MAINTAINERS                            |  1 +
 doc/guides/nics/features/enetc4_vf.ini | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 100644 doc/guides/nics/features/enetc4_vf.ini

diff --git a/MAINTAINERS b/MAINTAINERS
index e99a65d197..8f64a7b3ed 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -995,6 +995,7 @@ F: doc/guides/nics/enetc.rst
 F: doc/guides/nics/enetc4.rst
 F: doc/guides/nics/features/enetc.ini
 F: doc/guides/nics/features/enetc4.ini
+F: doc/guides/nics/features/enetc4_vf.ini
 
 NXP enetfec - EXPERIMENTAL
 M: Apeksha Gupta <[email protected]>
diff --git a/doc/guides/nics/features/enetc4_vf.ini 
b/doc/guides/nics/features/enetc4_vf.ini
new file mode 100644
index 0000000000..9107c8ede5
--- /dev/null
+++ b/doc/guides/nics/features/enetc4_vf.ini
@@ -0,0 +1,25 @@
+;
+; Supported features of the 'enetc4_vf' network poll mode driver.
+;
+; Refer to default.ini for the full list of available PMD features.
+;
+[Features]
+Link status event    = Y
+Speed capabilities   = Y
+Link status          = Y
+LRO                  = Y
+TSO                  = Y
+Promiscuous mode     = Y
+Allmulticast mode    = Y
+VLAN filter          = Y
+RSS hash             = Y
+Packet type parsing  = Y
+Basic stats          = Y
+L3 checksum offload  = Y
+L4 checksum offload  = Y
+CRC offload          = Y
+Queue start/stop     = Y
+Scattered Rx         = Y
+Linux                = Y
+ARMv8                = Y
+Usage doc            = Y
-- 
2.25.1

Reply via email to