net/softnic: add cryptodev
authorFan Zhang <roy.fan.zhang@intel.com>
Wed, 24 Oct 2018 12:49:01 +0000 (13:49 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 26 Oct 2018 12:13:45 +0000 (14:13 +0200)
commit29fe4822f5022d26164ab4a0d1922e62f673cadd
tree1070b6ef435e1b5194dc900a7dc01b6767c7dccd
parent13e23e637bca25fab3162ce9cbe48a53e77794c4
net/softnic: add cryptodev

This patch adds cryptodev abstraction to softnic. The DPDK
Cryptodevs are abstracted as crypto ports in the softnic.

Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
drivers/net/softnic/Makefile
drivers/net/softnic/meson.build
drivers/net/softnic/rte_eth_softnic.c
drivers/net/softnic/rte_eth_softnic_cryptodev.c [new file with mode: 0644]
drivers/net/softnic/rte_eth_softnic_internals.h