numam-dpdk/drivers/crypto
Jay Zhou 6f0175ff53 crypto/virtio: support basic PMD ops
This patch implements the basic operations of virtio crypto PMD, which
includes start, stop, close, information getting, queue setup and
release of the device.
The virtio crypto device has two types of queues, data queue and
control queue. It has one data queue at least and has one and only one
control queue. For example, if a virtio crypto device has N queues,
then [0, N-2] is the data queue index, N-1 is the control
queue index.

Signed-off-by: Jay Zhou <jianjay.zhou@huawei.com>
Reviewed-by: Fan Zhang <roy.fan.zhang@intel.com>
2018-04-23 18:20:10 +01:00
..
aesni_gcm crypto/aesni_gcm: support IPsec Multi-buffer lib v0.49 2018-04-23 16:57:55 +01:00
aesni_mb crypto/aesni_mb: support AES CMAC 2018-04-23 17:01:48 +01:00
armv8 cryptodev: change argument of driver registration 2018-04-23 16:57:55 +01:00
ccp crypto/ccp: support CPU based MD5 and SHA2 family 2018-04-23 18:20:09 +01:00
dpaa2_sec crypto/dpaa2_sec: improve error handling 2018-04-23 18:20:09 +01:00
dpaa_sec crypto/dpaa_sec: improve the error checking 2018-04-23 18:20:09 +01:00
kasumi cryptodev: change argument of driver registration 2018-04-23 16:57:55 +01:00
mrvl crypto/mrvl: add missing library dependencies 2018-04-23 16:57:55 +01:00
null cryptodev: change argument of driver registration 2018-04-23 16:57:55 +01:00
openssl cryptodev: change argument of driver registration 2018-04-23 16:57:55 +01:00
qat crypto/qat: use SPDX license 2018-04-23 18:20:09 +01:00
scheduler cryptodev: change argument of driver registration 2018-04-23 16:57:55 +01:00
snow3g cryptodev: change argument of driver registration 2018-04-23 16:57:55 +01:00
virtio crypto/virtio: support basic PMD ops 2018-04-23 18:20:10 +01:00
zuc cryptodev: change argument of driver registration 2018-04-23 16:57:55 +01:00
Makefile crypto/virtio: add virtio crypto PMD 2018-04-23 18:20:10 +01:00
meson.build crypto/virtio: add virtio crypto PMD 2018-04-23 18:20:10 +01:00