app/flow-perf: skip dumps for masked ports
authorWisam Jaddo <wisamm@nvidia.com>
Sun, 14 Mar 2021 09:54:24 +0000 (11:54 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 12 Apr 2021 14:22:50 +0000 (16:22 +0200)
commitb22a5a1e565e634829ba5f0bf54175080002bdcd
tree81af43eaa6980358515b041de29f569f84bde700
parentc304358e9d125948dc0a59b877bc12bd8c73e0c2
app/flow-perf: skip dumps for masked ports

Take into consideration that the user may call portmask for
any run, thus the app should always check if port is needed
to collect and report or not.

Fixes: 070316d01d3e ("app/flow-perf: add multi-core rule insertion and deletion")
Fixes: d8099d7ecbd0 ("app/flow-perf: split dump functions")
Cc: stable@dpdk.org
Signed-off-by: Wisam Jaddo <wisamm@nvidia.com>
Acked-by: Alexander Kozyrev <akozyrev@nvidia.com>
app/test-flow-perf/main.c