app/flow-perf: fix IPv6 source address increment
authorWisam Jaddo <wisamm@nvidia.com>
Sun, 14 Mar 2021 09:54:25 +0000 (11:54 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 12 Apr 2021 14:26:25 +0000 (16:26 +0200)
commitf2cb939365a816983dda330f24c0ef356c067853
treee7cd1bd80a6f423a7955af2d4408d54bf62316bd
parentb22a5a1e565e634829ba5f0bf54175080002bdcd
app/flow-perf: fix IPv6 source address increment

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 rate calculation")
Cc: stable@dpdk.org
Signed-off-by: Wisam Jaddo <wisamm@nvidia.com>
Acked-by: Alexander Kozyrev <akozyrev@nvidia.com>
app/test-flow-perf/items_gen.c