Re: [dpdk-dev] [PATCH 1/6] vhost: fix desc access in relay helpers

2019-01-04 Thread Maxime Coquelin
On 1/4/19 5:06 AM, Tiwei Bie wrote: Descs in desc table should be indexed using the desc idx instead of the idx of avail ring and used ring. Fixes: b13ad2decc83 ("vhost: provide helpers for virtio ring relay") Signed-off-by: Tiwei Bie --- lib/librte_vhost/vdpa.c | 12 ++-- 1 file

[dpdk-dev] [PATCH 1/6] vhost: fix desc access in relay helpers

2019-01-03 Thread Tiwei Bie
Descs in desc table should be indexed using the desc idx instead of the idx of avail ring and used ring. Fixes: b13ad2decc83 ("vhost: provide helpers for virtio ring relay") Signed-off-by: Tiwei Bie --- lib/librte_vhost/vdpa.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-)