> -----Original Message-----
> From: Guo, Jia <[email protected]>
> Sent: Wednesday, December 16, 2020 4:59 PM
> To: Zhang, Qi Z <[email protected]>; Wu, Jingjing <[email protected]>;
> Yang, Qiming <[email protected]>; Wang, Haiyue
> <[email protected]>
> Cc: [email protected]; Guo, Jia <[email protected]>
> Subject: [dpdk-dev 21.02 1/5] ethdev: add new tunnel type for ecpri
> 
> Add type of RTE_TUNNEL_TYPE_ECPRI into the enum of ethdev tunnel type.
> 
> Signed-off-by: Jeff Guo <[email protected]>

Reviewed-by: Qi Zhang <[email protected]>

Suggest to separate into 2 patcheset,
one for API/testpmd change (1, 5), one for PMD implementation (2-4) for easy 
review then merge.

> ---
>  lib/librte_ethdev/rte_ethdev.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h
> index f5f8919186..2cbce958cf 100644
> --- a/lib/librte_ethdev/rte_ethdev.h
> +++ b/lib/librte_ethdev/rte_ethdev.h
> @@ -1219,6 +1219,7 @@ enum rte_eth_tunnel_type {
>       RTE_TUNNEL_TYPE_IP_IN_GRE,
>       RTE_L2_TUNNEL_TYPE_E_TAG,
>       RTE_TUNNEL_TYPE_VXLAN_GPE,
> +     RTE_TUNNEL_TYPE_ECPRI,
>       RTE_TUNNEL_TYPE_MAX,
>  };
> 
> --
> 2.20.1

Reply via email to