Re: [PATCH v4 17/17] doc: adds information related to the AVP PMD
From: Ferruh Yigit <hidden>
Date: 2017-03-16 14:53:34
On 3/13/2017 7:16 PM, Allain Legacy wrote:
Updates the documentation and feature lists for the AVP PMD device. Signed-off-by: Allain Legacy <redacted> Signed-off-by: Matt Peters <redacted> Acked-by: John McNamara <redacted>
<...>
quoted hunk ↗ jump to hunk
diff --git a/doc/guides/nics/features/avp.ini b/doc/guides/nics/features/avp.ini new file mode 100644 index 0000000..64bf42e --- /dev/null +++ b/doc/guides/nics/features/avp.ini@@ -0,0 +1,17 @@ +; +; Supported features of the 'AVP' network poll mode driver. +; +; Refer to default.ini for the full list of available PMD features. +; +[Features] +Link status = Y +Queue start/stop = Y +Jumbo frame = Y +Scattered Rx = Y +Promiscuous mode = Y +Unicast MAC filter = Y +VLAN offload = Y +Basic stats = Y +Stats per queue = Y +Linux UIO = Y +x86-64 = Y
Each feature can be added with the patch feature actually implemented, and initial empty version can be part of skeleton patch.