> > 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 <[email protected]> > Acked-by: Akhil Goyal <[email protected]> > --- > v6 changes: > Incorporated all the review comments from Akhil on v5. > > doc/guides/rel_notes/release_20_05.rst | 4 +- > doc/guides/sample_app_ug/ipsec_secgw.rst | 16 ++++++ > examples/ipsec-secgw/ep0.cfg | 11 ++++ > examples/ipsec-secgw/ipsec-secgw.c | 22 ++++++++ > examples/ipsec-secgw/ipsec.c | 66 ++++++++++++++++++++++++ > examples/ipsec-secgw/ipsec.h | 7 +++ > examples/ipsec-secgw/sa.c | 65 +++++++++++++++++++++-- > 7 files changed, 186 insertions(+), 5 deletions(-) > Applied to dpdk-next-crypto
Thanks.

