RE: [PATCH v2] net/ice: support vxlan gpe tunnel offload

2022-10-23 Thread Zhang, Qi Z
Rybchenko > > Subject: RE: [PATCH v2] net/ice: support vxlan gpe tunnel offload > > > > > -Original Message- > > From: Mingjin Ye > > Sent: Friday, October 21, 2022 9:00 PM > > To: dev@dpdk.org > > Cc: sta...@dpdk.org; Zhou, YidingX ; Ye,

RE: [PATCH v2] net/ice: support vxlan gpe tunnel offload

2022-10-21 Thread Xu, Ke1
gt; > 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 s

[PATCH v2] net/ice: support vxlan gpe tunnel offload

2022-10-20 Thread Mingjin Ye
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 t