Re: [dpdk-dev] [PATCH] vhost: add event areas to vq_is_ready()

2020-02-05 Thread Maxime Coquelin
On 1/25/20 9:52 AM, Adrian Moreno wrote: > Consider a virtqueue ready when, apart from the the descriptor area, > both event supression areas have been mapped. > > Fixes: 2d1541e2b6b3 ("vhost: add vring address setup for packed queues") > Cc: y...@fridaylinux.org > Cc: sta...@dpdk.org > > Sign

Re: [dpdk-dev] [PATCH] vhost: add event areas to vq_is_ready()

2020-02-04 Thread Tiwei Bie
On Sat, Jan 25, 2020 at 09:52:16AM +0100, Adrian Moreno wrote: > Consider a virtqueue ready when, apart from the the descriptor area, s/the the/the/ > both event supression areas have been mapped. s/supression/suppression/ > > Fixes: 2d1541e2b6b3 ("vhost: add vring address setup for packed que

[dpdk-dev] [PATCH] vhost: add event areas to vq_is_ready()

2020-01-25 Thread Adrian Moreno
Consider a virtqueue ready when, apart from the the descriptor area, both event supression areas have been mapped. Fixes: 2d1541e2b6b3 ("vhost: add vring address setup for packed queues") Cc: y...@fridaylinux.org Cc: sta...@dpdk.org Signed-off-by: Adrian Moreno --- lib/librte_vhost/vhost_user.c