On 10/2/20 5:36 PM, Fan Zhang wrote:
> This patch fixes the feature negotiation for vhost crypto during
> initialization. The patch uses the newly created driver start
> function to inform the driver type with the fixed vhost features.
> In addtion the patch provides a new API specifically used by
> the application to start a vhost-crypto driver.
>
> Fixes: 939066d96563 ("vhost/crypto: add public function implementation")
> Cc: roy.fan.zh...@intel.com
>
> Signed-off-by: Fan Zhang <roy.fan.zh...@intel.com>
> ---
> examples/vhost_crypto/main.c | 3 +-
> lib/librte_vhost/rte_vhost_crypto.h | 12 ++++++++
> lib/librte_vhost/rte_vhost_version.map | 1 +
> lib/librte_vhost/vhost_crypto.c | 41 +++++++++++++++++---------
> 4 files changed, 42 insertions(+), 15 deletions(-)
Applied to dpdk-next-virtio/main.
Thanks,
Maxime