examples/ipsec-secgw: fix parsing of flow queue
authorAnoob Joseph <anoobj@marvell.com>
Thu, 16 Sep 2021 06:07:51 +0000 (11:37 +0530)
committerAkhil Goyal <gakhil@marvell.com>
Tue, 28 Sep 2021 06:43:57 +0000 (08:43 +0200)
commit8131b7eb5041d481c74318bff3cafa8905ac3558
treef21d2785721892e1a41f6d691f72633247d819f9
parentba588ce3f9339c8637c54bc66592f638f071197c
examples/ipsec-secgw: fix parsing of flow queue

Documentation specifies that flow port & queue is provided as,

<...> port 0 queue 0

But code is expecting the same as,

<...> port 0 0

Fix the above to match documentation.

Fixes: 8e693616fcb2 ("examples/ipsec-secgw: enable flow based distribution")
Cc: stable@dpdk.org
Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
examples/ipsec-secgw/flow.c