Re: [dpdk-dev] [PATCH v1 1/5] ipsec: add inbound SAD API

2019-09-14 Thread Ananyev, Konstantin
> --- /dev/null > +++ b/lib/librte_ipsec/rte_ipsec_sad.h > @@ -0,0 +1,174 @@ > + > +/* SPDX-License-Identifier: BSD-3-Clause > + * Copyright(c) 2019 Intel Corporation > + */ > + > +#ifndef _RTE_IPSEC_SAD_H_ > +#define _RTE_IPSEC_SAD_H_ > + > +#include > + > +/** > + * @file rte_ipsec_sad.h > + * @

[dpdk-dev] [PATCH v1 1/5] ipsec: add inbound SAD API

2019-09-03 Thread Vladimir Medvedkin
Add inbound security association database (SAD) API and stub implementation. Signed-off-by: Vladimir Medvedkin --- lib/librte_ipsec/Makefile | 2 + lib/librte_ipsec/ipsec_sad.c | 50 ++ lib/librte_ipsec/meson.build | 4 +- lib/librte_ipsec/rte_ipsec_