Re: [dpdk-dev] [PATCH v2] app/testpmd: flowgen support ip and udp fields

2021-08-09 Thread Ferruh Yigit
On 8/9/2021 7:52 AM, Zhihong Wang wrote: > This patch aims to: > 1. Add flexibility by supporting IP & UDP src/dst fields What is the reason/"use case" of this flexibility? > 2. Improve multi-core performance by using per-core vars> On multi core this also has syncronization problem, OK to mak

Re: [dpdk-dev] [PATCH v2] app/testpmd: flowgen support ip and udp fields

2021-08-09 Thread Singh, Aman Deep
Hi Wang, On 8/9/2021 12:22 PM, Zhihong Wang wrote: This patch aims to: 1. Add flexibility by supporting IP & UDP src/dst fields 2. Improve multi-core performance by using per-core vars v2: fix assigning ip header cksum Signed-off-by: Zhihong Wang --- From defination of flowgen as per

[dpdk-dev] [PATCH v2] app/testpmd: flowgen support ip and udp fields

2021-08-08 Thread Zhihong Wang
This patch aims to: 1. Add flexibility by supporting IP & UDP src/dst fields 2. Improve multi-core performance by using per-core vars v2: fix assigning ip header cksum Signed-off-by: Zhihong Wang --- app/test-pmd/flowgen.c | 137 +++-- 1 file change