Go to file
Declan Doherty d11b0f30df cryptodev: introduce API and framework for crypto devices
This patch contains the initial proposed APIs and device framework for
integrating crypto packet processing into DPDK.

features include:
 - Crypto device configuration / management APIs
 - Definitions of supported cipher algorithms and operations.
 - Definitions of supported hash/authentication algorithms and
   operations.
 - Crypto session management APIs
 - Crypto operation data structures and APIs allocation of crypto
   operation structure used to specify the crypto operations to
   be performed  on a particular mbuf.
 - Extension of mbuf to contain crypto operation data pointer and
   extra flags.
 - Burst enqueue / dequeue APIs for processing of crypto operations.

Signed-off-by: Des O Dea <des.j.o.dea@intel.com>
Signed-off-by: John Griffin <john.griffin@intel.com>
Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
Signed-off-by: Declan Doherty <declan.doherty@intel.com>
Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
2015-11-25 19:18:04 +01:00
app acl: add NEON optimization for ARMv8 2015-11-18 22:44:01 +01:00
config cryptodev: introduce API and framework for crypto devices 2015-11-25 19:18:04 +01:00
doc cryptodev: introduce API and framework for crypto devices 2015-11-25 19:18:04 +01:00
drivers mpipe: fix build as shared library 2015-11-24 22:24:50 +01:00
examples eal/linux: fix build with glibc < 2.12 2015-11-25 14:41:37 +01:00
lib cryptodev: introduce API and framework for crypto devices 2015-11-25 19:18:04 +01:00
mk cryptodev: introduce API and framework for crypto devices 2015-11-25 19:18:04 +01:00
pkg version: 2.1.0 2015-08-17 19:35:37 +02:00
scripts mk: enable next abi preview 2015-07-09 00:56:40 +02:00
tools tools: fix comment in bind script 2015-08-03 19:22:42 +02:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile drivers: create new directory 2015-05-22 15:51:38 +02:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
MAINTAINERS cryptodev: introduce API and framework for crypto devices 2015-11-25 19:18:04 +01:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00