Re: [dpdk-dev] [PATCH] vhost: fix close callfd on get vring base

2018-03-02 Thread Maxime Coquelin
Hi Tomasz, On 02/20/2018 10:09 AM, Maxime Coquelin wrote: On 02/09/2018 06:10 PM, Tomasz Kulasek wrote: This prevents from destroying & recreating user device in "incomplete" vring state. virtio_is_ready() was returning true for devices with vrings which did not have valid callfd (their VHOST

Re: [dpdk-dev] [PATCH] vhost: fix close callfd on get vring base

2018-02-20 Thread Maxime Coquelin
On 02/09/2018 06:10 PM, Tomasz Kulasek wrote: This prevents from destroying & recreating user device in "incomplete" vring state. virtio_is_ready() was returning true for devices with vrings which did not have valid callfd (their VHOST_USER_SET_VRING_CALL hasn't arrived yet) Fixes: 8f972312b8f

Re: [dpdk-dev] [PATCH] vhost: fix close callfd on get vring base

2018-02-10 Thread Tan, Jianfeng
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Tomasz Kulasek > Sent: Saturday, February 10, 2018 1:11 AM > To: y...@fridaylinux.org > Cc: dev@dpdk.org; Xie, Huawei; sta...@dpdk.org; Stojaczyk, DariuszX > Subject: [dpdk-dev] [PATCH] vhost: fix close callfd on