[dpdk-dev] [PATCH v6] examples/ipsec-secgw: support flow director feature

Akhil Goyal akhil.goyal at nxp.com
Fri Apr 17 22:58:04 CEST 2020


> 
> 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 at intel.com>
> Acked-by: Akhil Goyal <akhil.goyal at nxp.com>
> ---
> 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.


More information about the dev mailing list