numam-dpdk/examples/ipsec-secgw
Pablo de Lara a106fcce2c cryptodev: rename functions to get session size
rte_cryptodev_get_header_session_size() and
rte_cryptodev_get_private_session_size() functions are
targeting symmetric sessions.

With the future addition of asymmetric operations,
these functions need to be renamed from *cryptodev_*_session_*
to *cryptodev_sym_*_session_* to be symmetric specific.

The two original functions are marked as deprecated
and will be removed in 18.08, so applications can still
use the functions in 18.05.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Shally Verma <shally.verma@caviumnetworks.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
Acked-by: Deepak Kumar Jain <deepak.k.jain@intel.com>
2018-05-22 16:36:12 +02:00
..
ep0.cfg examples/ipsec-secgw: add sample configuration files 2016-10-04 20:41:09 +02:00
ep1.cfg examples/ipsec-secgw: add sample configuration files 2016-10-04 20:41:09 +02:00
esp.c examples/ipsec-secgw: support inline protocol 2018-01-20 16:10:20 +01:00
esp.h examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
ipip.h examples/ipsec-secgw: update incremental checksum 2018-01-20 16:10:52 +01:00
ipsec-secgw.c cryptodev: rename functions to get session size 2018-05-22 16:36:12 +02:00
ipsec.c doc: announce deprecation for attach/detach crypto session 2018-05-22 16:36:12 +02:00
ipsec.h examples/ipsec-secgw: limit inflight packets count 2018-05-10 17:46:20 +01:00
Makefile examples: enable linking both static and shared 2018-01-30 21:58:59 +01:00
meson.build build: replace license text with SPDX tag 2018-01-30 21:58:59 +01:00
parser.c examples/ipsec-secgw: fix IP address parsing 2018-05-14 13:57:08 +02:00
parser.h examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rt.c examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
sa.c examples/ipsec-secgw: fix printed crypto name 2018-02-13 23:21:33 +01:00
sp4.c examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
sp6.c examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00