[PATCH v3] net/ice: refactor proto_ext to remove global variable
Jiang, YuX
yux.jiang at intel.com
Fri Aug 19 03:45:51 CEST 2022
> -----Original Message-----
> From: Kevin Liu <kevinx.liu at intel.com>
> Sent: 2022年8月5日 18:41
> To: dev at dpdk.org
> Cc: Yang, Qiming <qiming.yang at intel.com>; Zhang, Qi Z
> <qi.z.zhang at intel.com>; Yang, SteveX <stevex.yang at intel.com>; Liu, KevinX
> <kevinx.liu at intel.com>
> Subject: [PATCH v3] net/ice: refactor proto_ext to remove global variable
>
> The ice has the feature to extract protocol fields into flex descriptor by
> programming per queue. However, the dynamic field for proto_ext are
> allocated by PMD, it is the responsibility of application to reserved the field,
> before start DPDK.
>
> Application with parse the offset and proto_ext name to PMD with devargs.
> Remove related private API in 'rte_pmd_ice.h' and 'rte_pmd_ice.h' file.
>
> Signed-off-by: Kevin Liu <kevinx.liu at intel.com>
>
> ---
> v2: Delete doc content related to 'rte_pmd_ice.h'.
> ---
> v3: Delete doc content related to 'rte_pmd_ice.h'.
> ---
Tested-by: Yu Jiang <yux.jiang at intel.com>
Tested-by: Jin Ling <jin.ling at intel.com>
BR
Yu Jiang
More information about the dev
mailing list