[dpdk-dev] [PATCH] nfp: add doc about supported features

Ferruh Yigit ferruh.yigit at intel.com
Tue Dec 6 13:08:26 CET 2016


On 12/2/2016 8:17 AM, Alejandro Lucero wrote:
> Signed-off-by: Alejandro Lucero <alejandro.lucero at netronome.com>
> ---
>  doc/guides/nics/features/nfp.ini | 25 +++++++++++++++++++++++++
>  1 file changed, 25 insertions(+)
> 
> diff --git a/doc/guides/nics/features/nfp.ini b/doc/guides/nics/features/nfp.ini
> index d967151..dd78233 100644
> --- a/doc/guides/nics/features/nfp.ini
> +++ b/doc/guides/nics/features/nfp.ini
> @@ -4,3 +4,28 @@
>  ; Refer to default.ini for the full list of available PMD features.
>  ;
>  [Features]
> +SR-IOV               = Y
> +Link status          = Y
> +Link status event    = Y
> +Rx interrupt         = N

Hi John,

Do we support 'N'? Since this is the first 'N' in the table.

I guess not having a value implies feature is not supported.

> +Queue start/stop     = Y
> +MTU update           = Y
> +Jumbo frame          = Y
> +Scattered Rx         = N
> +TSO                  = N
> +RSS hash             = Y
> +RSS key update       = Y
> +RSS reta update      = Y
> +Flow control         = Y
> +CRC offload          = N
> +VLAN offload         = Y
> +L3 checksum offload  = Y
> +L4 checksum offload  = Y
> +Promiscuous mode     = Y
> +Basic stats          = Y
> +Stats per queue      = Y
> +Linux UIO            = Y
> +Linux VFIO           = Y
> +x86-32               = N
> +x86-64               = Y
> +Usage doc            = Y
> 



More information about the dev mailing list