vhost/crypto: add request handler
authorFan Zhang <roy.fan.zhang@intel.com>
Thu, 5 Apr 2018 16:01:33 +0000 (17:01 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 13 Apr 2018 22:43:30 +0000 (00:43 +0200)
commit3bb595ecd6829b4019f281d56036acf4d1ccddc2
treef4b0be1996fc19a2c701c31033eb160f7212e4c2
parente80a98708166e63e87ca4feee792a2378906e0a5
vhost/crypto: add request handler

This patch adds the implementation that parses virtio crypto request
to dpdk crypto operation.

Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
Acked-by: Jay Zhou <jianjay.zhou@huawei.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
lib/librte_vhost/rte_vhost_crypto.h [new file with mode: 0644]
lib/librte_vhost/vhost_crypto.c