examples/ipsec-secgw: enable flow based distribution
authorAnoob Joseph <anoobj@marvell.com>
Fri, 17 Jul 2020 12:31:10 +0000 (18:01 +0530)
committerAkhil Goyal <akhil.goyal@nxp.com>
Mon, 20 Jul 2020 09:21:31 +0000 (14:51 +0530)
commit8e693616fcb20fc03f9460836dde9c5e5eeff95d
tree8917bf28b06fdbf79f693daf0a5ad8a4fdab119d
parentaae799d7dd4cc4d9c29cc665519cbec775b7bb6b
examples/ipsec-secgw: enable flow based distribution

RTE_FLOW API allows hardware parsing and steering of packets to specific
queues which helps in distributing ingress traffic across various cores.
Adding 'flow' rules allows user to specify the distribution required.

Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
doc/guides/rel_notes/release_20_08.rst
doc/guides/sample_app_ug/ipsec_secgw.rst
examples/ipsec-secgw/Makefile
examples/ipsec-secgw/flow.c [new file with mode: 0644]
examples/ipsec-secgw/flow.h [new file with mode: 0644]
examples/ipsec-secgw/ipsec-secgw.c
examples/ipsec-secgw/ipsec-secgw.h
examples/ipsec-secgw/ipsec.h
examples/ipsec-secgw/meson.build
examples/ipsec-secgw/parser.c
examples/ipsec-secgw/parser.h