vhost/crypto: add missing user protocol flag
authorFan Zhang <roy.fan.zhang@intel.com>
Wed, 29 Jan 2020 10:19:37 +0000 (10:19 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 21 Apr 2020 11:57:07 +0000 (13:57 +0200)
commit699a225b3861bd1a02872ed389a317f2d18c8f3a
tree87a7f71adf2de1cefe6c1affc0a78c77561e7e5a
parent54faba2295bdc5406cbbbe150189619c7b552fe8
vhost/crypto: add missing user protocol flag

This patch fixes the vhost crypto missed
"VHOST_USER_PROTOCOL_F_CONFIG" flag problem during initialization.
Newer Qemu version requires this feature enabled.

Fixes: 939066d96563 ("vhost/crypto: add public function implementation")
Cc: stable@dpdk.org
Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
lib/librte_vhost/rte_vhost.h
lib/librte_vhost/vhost_crypto.c