[dpdk-dev] [PATCH v2 5/7] app/flow-perf: fix the incremental IPv6 src set

2021-03-10 Thread Wisam Jaddo
Currently the memset() will not set a correct src ip that represent the incremental value of the counter. This commit will fix this and each flow will have correct IPv6.src that it's incremental from previous flow and equal to the decimal values. Fixes: bf3688f1e816 ("app/flow-perf: add insertion

[dpdk-dev] [PATCH v2 5/7] app/flow-perf: fix the incremental IPv6 src set

2021-03-10 Thread Wisam Jaddo
Currently the memset() will not set a correct src ip that represent the incremental value of the counter. This commit will fix this and each flow will have correct IPv6.src that it's incremental from previous flow and equal to the decimal values. Fixes: bf3688f1e816 ("app/flow-perf: add insertion