examples/ipsec-secgw: support flow director
authorPraveen Shetty <praveen.shetty@intel.com>
Thu, 16 Apr 2020 16:47:29 +0000 (17:47 +0100)
committerAkhil Goyal <akhil.goyal@nxp.com>
Sun, 19 Apr 2020 15:15:14 +0000 (17:15 +0200)
commit6738c0a956953b726cff55da48ee4d5574b0fdf5
tree36504c52bce8838fcc6ab663c9b2d5e95c084f3c
parent042bb5654404643afcebef194d23f559606665ef
examples/ipsec-secgw: support flow director

Support load distribution in security gateway application using
NIC load distribution feature (Flow Director).
Flow Director is used to redirect the specified inbound ipsec flow
to a specified queue. This is achieved by extending the SA rule syntax
to support specification by adding new action_type of <flow-direction>
to a specified <port_id> <queue_id>.

Signed-off-by: Praveen Shetty <praveen.shetty@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
doc/guides/rel_notes/release_20_05.rst
doc/guides/sample_app_ug/ipsec_secgw.rst
examples/ipsec-secgw/ep0.cfg
examples/ipsec-secgw/ipsec-secgw.c
examples/ipsec-secgw/ipsec.c
examples/ipsec-secgw/ipsec.h
examples/ipsec-secgw/sa.c