RE: [PATCH v1] app/testpmd: refine encap content

2023-10-11 Thread Ori Kam
Hi Zhang, > -Original Message- > From: Zhang, Yuying > Sent: Tuesday, August 22, 2023 4:13 AM > > From: Yuying Zhang > > Refine vxlan encap content of all protocol headers. > > Fixes: 1960be7d32f8 ("app/testpmd: add VXLAN encap/decap") > Cc: sta...@dpdk.org > > Signed-off-by: Yuying

Re: [PATCH v1] app/testpmd: refine encap content

2023-10-10 Thread Ferruh Yigit
On 8/22/2023 2:13 AM, Zhang, Yuying wrote: > From: Yuying Zhang > > Refine vxlan encap content of all protocol headers. > > Fixes: 1960be7d32f8 ("app/testpmd: add VXLAN encap/decap") > Cc: sta...@dpdk.org > > Signed-off-by: Yuying Zhang > Ori, Aman, ping for review.

[PATCH v1] app/testpmd: refine encap content

2023-09-21 Thread Zhang, Yuying
From: Yuying Zhang Refine vxlan encap content of all protocol headers. Fixes: 1960be7d32f8 ("app/testpmd: add VXLAN encap/decap") Cc: sta...@dpdk.org Signed-off-by: Yuying Zhang --- app/test-pmd/cmdline_flow.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/a