> -----Original Message-----
> From: beilei.x...@intel.com <beilei.x...@intel.com>
> Sent: Tuesday, October 17, 2023 9:25 PM
> To: Wu, Jingjing <jingjing...@intel.com>
> Cc: dev@dpdk.org; Xing, Beilei <beilei.x...@intel.com>
> Subject: [PATCH v2] doc: update feature list for idpf and cpfl
>
> From: Beilei Xing <beilei.x...@intel.com>
>
> Add all supported features in idpf.ini and cpfl.ini.
>
> Signed-off-by: Beilei Xing <beilei.x...@intel.com>
> ---
> V2 changes:
> - Add all supported features, not just RSS.
>
> doc/guides/nics/features/cpfl.ini | 10 ++++++++++
> doc/guides/nics/features/idpf.ini | 9 +++++++++
> 2 files changed, 19 insertions(+)
>
> diff --git a/doc/guides/nics/features/cpfl.ini
> b/doc/guides/nics/features/cpfl.ini
> index 66d0caebbb..9563267513 100644
> --- a/doc/guides/nics/features/cpfl.ini
> +++ b/doc/guides/nics/features/cpfl.ini
> @@ -7,10 +7,20 @@
> ; is selected.
> ;
> [Features]
> +Speed capabilities = Y
> +Link status = Y
> +Queue start/stop = Y
> MTU update = Y
> +Scattered Rx = P
> TSO = P
> +RSS hash = Y
> +RSS key update = Y
> +RSS reta update = Y
> L3 checksum offload = P
> L4 checksum offload = P
> +Timestamp offload = P
> +Packet type parsing = Y
> +Basic stats = Y
> Linux = Y
> x86-32 = Y
> x86-64 = Y
> diff --git a/doc/guides/nics/features/idpf.ini
> b/doc/guides/nics/features/idpf.ini
> index 099fd7f216..63b799289a 100644
> --- a/doc/guides/nics/features/idpf.ini
> +++ b/doc/guides/nics/features/idpf.ini
> @@ -7,11 +7,20 @@
> ; is selected.
> ;
> [Features]
> +Speed capabilities = Y
> +Link status = Y
> +Queue start/stop = Y
> MTU update = Y
> +Scattered Rx = P
> TSO = P
> +RSS hash = Y
> +RSS key update = Y
> +RSS reta update = Y
> L3 checksum offload = P
> L4 checksum offload = P
> Timestamp offload = P
> +Packet type parsing = Y
> +Basic stats = Y
> Linux = Y
> x86-32 = Y
> x86-64 = Y
> --
> 2.34.1
Applied to dpdk-next-net-intel.
Thanks
Qi