Re: [dpdk-dev] [PATCH] vhost: fix packed ring zero-copy

2020-04-10 Thread Maxime Coquelin
On 3/16/20 4:38 PM, Marvin Liu wrote: > Available buffer ID should be stored in the zmbuf in the packed-ring > dequeue path. There's no guarantee that local queue avail index is > equal to buffer ID. > > Fixes: d1eafb532268 ("vhost: add packed ring zcopy batch and single dequeue") > Cc: sta...@

Re: [dpdk-dev] [PATCH] vhost: fix packed ring zero-copy

2020-03-22 Thread Xiao, QimaiX
pdk.org; Liu, Yong > Subject: [dpdk-dev] [PATCH] vhost: fix packed ring zero-copy > > Available buffer ID should be stored in the zmbuf in the packed-ring > dequeue path. There's no guarantee that local queue avail index is equal to > buffer ID. > > Fixes: d1eafb532268 (&q

[dpdk-dev] [PATCH] vhost: fix packed ring zero-copy

2020-03-16 Thread Marvin Liu
Available buffer ID should be stored in the zmbuf in the packed-ring dequeue path. There's no guarantee that local queue avail index is equal to buffer ID. Fixes: d1eafb532268 ("vhost: add packed ring zcopy batch and single dequeue") Cc: sta...@dpdk.org Signed-off-by: Marvin Liu Reported-by: Yin