Re: [dpdk-dev] [PATCH v3 1/8] app/testpmd: store VXLAN/NVGRE encap data globally
From: Slava Ovsiienko <hidden>
Date: 2021-03-17 10:06:33
From: Slava Ovsiienko <hidden>
Date: 2021-03-17 10:06:33
-----Original Message----- From: dev <redacted> On Behalf Of Salem Sol Sent: Wednesday, March 17, 2021 11:26 To: dev@dpdk.org Cc: Jiawei(Jonny) Wang <redacted>; Ori Kam [off-list ref]; Xiaoyun Li [off-list ref] Subject: [dpdk-dev] [PATCH v3 1/8] app/testpmd: store VXLAN/NVGRE encap data globally From: Jiawei Wang <redacted> 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 <redacted>
Acked-by: Viacheslav Ovsiienko <redacted>