> -----Original Message-----
> From: Mingjin Ye <[email protected]>
> Sent: Friday, October 21, 2022 9:00 PM
> To: [email protected]
> Cc: [email protected]; Zhou, YidingX <[email protected]>; Ye, MingjinX
> <[email protected]>; Yang, Qiming <[email protected]>; Zhang, Qi
> Z <[email protected]>; Somnath Kotur <[email protected]>;
> Matz, Olivier <[email protected]>; Ajit Khaparde
> <[email protected]>; Andrew Rybchenko
> <[email protected]>
> Subject: [PATCH v2] net/ice: support vxlan gpe tunnel offload
>
> PMD tx path does not support VXLAN_GPE tunnel offload. Because it does
> not process RTE_MBUF_F_TX_TUNNEL_VXLAN_GPE flag in mbuf, and then
> the "L4TUNT"
> field will not be set in Tx context descriptor.
>
> This patch is to add the RTE_MBUF_F_TX_TUNNEL_VXLAN_GPE flag to
> support Tx VXLAN_GPE offload under the scenario if the offload tso and
> VXLAN_GPE tunnel are both required, so that it would avoid tx queue
> overflowing.
>
> Fixes: daa02b5cddbb ("mbuf: add namespace to offload flags")
> Cc: [email protected]
>
> Signed-off-by: Mingjin Ye <[email protected]>
Verified and passed.
Tested-by: Ke Xu <[email protected]>
> ---
> drivers/net/ice/ice_rxtx.c | 1 +
> 1 file changed, 1 insertion(+)
>
> --
> 2.34.1