Re: [dpdk-dev] [PATCH] vhost/crypto: fix missed user protocol flag

2020-04-10 Thread Maxime Coquelin
On 1/29/20 11:19 AM, Fan Zhang wrote: > Fixes: 939066d96563 ("vhost/crypto: add public function implementation") > Cc: sta...@dpdk.org > > This patch fixes the vhost crypto missed > "VHOST_USER_PROTOCOL_F_CONFIG" flag problem during initialization. > Newer Qemu version requires this feature ena

Re: [dpdk-dev] [PATCH] vhost/crypto: fix missed user protocol flag

2020-04-07 Thread Maxime Coquelin
On 1/29/20 11:19 AM, Fan Zhang wrote: > Fixes: 939066d96563 ("vhost/crypto: add public function implementation") > Cc: sta...@dpdk.org > > This patch fixes the vhost crypto missed > "VHOST_USER_PROTOCOL_F_CONFIG" flag problem during initialization. > Newer Qemu version requires this feature ena

[dpdk-dev] [PATCH] vhost/crypto: fix missed user protocol flag

2020-01-29 Thread Fan Zhang
Fixes: 939066d96563 ("vhost/crypto: add public function implementation") Cc: sta...@dpdk.org This patch fixes the vhost crypto missed "VHOST_USER_PROTOCOL_F_CONFIG" flag problem during initialization. Newer Qemu version requires this feature enabled. Signed-off-by: Fan Zhang --- lib/librte_vhos