> -----Original Message-----
> From: Guo, Jia <[email protected]>
> Sent: Tuesday, January 19, 2021 12:19 PM
> To: Zhang, Qi Z <[email protected]>; [email protected]; Yigit, Ferruh
> <[email protected]>; [email protected]; Iremonger, Bernard
> <[email protected]>; Lu, Wenzhuo <[email protected]>; Xing,
> Beilei <[email protected]>
> Cc: Wu, Jingjing <[email protected]>; Yang, Qiming
> <[email protected]>; Wang, Haiyue <[email protected]>;
> [email protected]; Guo, Jia <[email protected]>; Su, Simei <[email protected]>;
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]; [email protected]; Kinsella,
> Ray <[email protected]>; [email protected]; [email protected]
> Subject: [dpdk-dev v5] net/ice: enable eCPRI tunnel port configure in dcf
>
> Add eCPRI tunnel port add and rm ops to configure eCPRI UDP tunnel port in
> dcf.
>
> Signed-off-by: Jeff Guo <[email protected]>
> ---
> v5:
> rebase patch
>
> v4:
> add doc
> ---
> doc/guides/rel_notes/release_21_02.rst | 12 +++++
> drivers/net/ice/ice_dcf_ethdev.c | 67 ++++++++++++++++++++++++++
> 2 files changed, 79 insertions(+)
>
> diff --git a/doc/guides/rel_notes/release_21_02.rst
> b/doc/guides/rel_notes/release_21_02.rst
> index 78ec2758e2..6b7870779f 100644
> --- a/doc/guides/rel_notes/release_21_02.rst
> +++ b/doc/guides/rel_notes/release_21_02.rst
> @@ -106,6 +106,18 @@ New Features
>
> * Added Double VLAN support for DCF switch QinQ filtering.
>
> +* **Updated the Intel ice driver.**
> +
> + Updated the Intel ice driver with new features and improvements, including:
> +
> + * Added support for UDP dynamic port assignment for eCPRI protocol
> feature.
Need to claim this is a feature for ice DCF, reword to
Added support for UDP dynamic port assignment for eCPRI tunnel in DCF.
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi