Re: [dpdk-dev] [PATCH v4] vhost: fix vhost user virtqueue not accessible

2019-11-06 Thread Maxime Coquelin
On 11/4/19 11:13 AM, Marvin Liu wrote: > Log feature is disabled in vhost user, so that log address was invalid > when checking. Check whether log address is valid can work around it. > Log address should also be translated in packed ring virtqueue. > > Fixes: 04cfc7fdbfca ("vhost: translate in

Re: [dpdk-dev] [PATCH v4] vhost: fix vhost user virtqueue not accessible

2019-11-06 Thread Maxime Coquelin
On 11/4/19 9:47 AM, Adrian Moreno wrote: > On 11/4/19 11:13 AM, Marvin Liu wrote: >> Log feature is disabled in vhost user, so that log address was invalid >> when checking. Check whether log address is valid can work around it. >> Log address should also be translated in packed ring virtqueue.

Re: [dpdk-dev] [PATCH v4] vhost: fix vhost user virtqueue not accessible

2019-11-04 Thread Adrian Moreno
On 11/4/19 11:13 AM, Marvin Liu wrote: > Log feature is disabled in vhost user, so that log address was invalid > when checking. Check whether log address is valid can work around it. > Log address should also be translated in packed ring virtqueue. > > Fixes: 04cfc7fdbfca ("vhost: translate incom

[dpdk-dev] [PATCH v4] vhost: fix vhost user virtqueue not accessible

2019-11-03 Thread Marvin Liu
Log feature is disabled in vhost user, so that log address was invalid when checking. Check whether log address is valid can work around it. Log address should also be translated in packed ring virtqueue. Fixes: 04cfc7fdbfca ("vhost: translate incoming log address to gpa") Signed-off-by: Marvin L