security: introduce security API and framework
authorAkhil Goyal <akhil.goyal@nxp.com>
Wed, 25 Oct 2017 15:07:23 +0000 (20:37 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 26 Oct 2017 01:10:51 +0000 (03:10 +0200)
commitc261d1431bd8f07f4c53948ca757086a637b9125
treed0a03671c296fd10b51ae432ae64dad46b40f428
parent60fb11ff0564649c8f2771cf646aada278f00417
security: introduce security API and framework

rte_security library provides APIs for security session
create/free for protocol offload or offloaded crypto
operation to ethernet device.

Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
Signed-off-by: Boris Pismenny <borisp@mellanox.com>
Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
Signed-off-by: Declan Doherty <declan.doherty@intel.com>
Signed-off-by: Aviad Yehezkel <aviadye@mellanox.com>
12 files changed:
MAINTAINERS
config/common_base
doc/api/doxy-api-index.md
doc/api/doxy-api.conf
doc/guides/rel_notes/release_17_11.rst
lib/Makefile
lib/librte_security/Makefile [new file with mode: 0644]
lib/librte_security/rte_security.c [new file with mode: 0644]
lib/librte_security/rte_security.h [new file with mode: 0644]
lib/librte_security/rte_security_driver.h [new file with mode: 0644]
lib/librte_security/rte_security_version.map [new file with mode: 0644]
mk/rte.app.mk