> -----Original Message-----
> From: dev <[email protected]> On Behalf Of Salem Sol
> Sent: Wednesday, March 17, 2021 11:26
> To: [email protected]
> Cc: Jiawei(Jonny) Wang <[email protected]>; Ori Kam
> <[email protected]>; Xiaoyun Li <[email protected]>
> Subject: [dpdk-dev] [PATCH v3 1/8] app/testpmd: store VXLAN/NVGRE
> encap data globally
>
> From: Jiawei Wang <[email protected]>
>
> With the current code the VXLAN/NVGRE parsing routine stored the
> configuration of the header on stack, this might lead to overwriting the data
> on the stack.
>
> This patch stores the external data of vxlan and nvgre encap into global data
> as a pre-step to supporting vxlan and nvgre encap as a sample actions.
>
> Signed-off-by: Jiawei Wang <[email protected]>
Acked-by: Viacheslav Ovsiienko <[email protected]>