Re: [dpdk-dev] [PATCH 2/6] net/virtio-user: do not make vhost user channel nonblock

2018-10-30 Thread Maxime Coquelin
On 10/29/18 6:28 AM, Tiwei Bie wrote: There is no need to make the vhost user channel nonblock, and making it nonblock will make vhost_user_read() fail with EAGAIN when vhost messages need a reply. Fixes: bd8f50a45d0f ("net/virtio-user: support server mode") Cc: sta...@dpdk.org Signed-off-by

[dpdk-dev] [PATCH 2/6] net/virtio-user: do not make vhost user channel nonblock

2018-10-28 Thread Tiwei Bie
There is no need to make the vhost user channel nonblock, and making it nonblock will make vhost_user_read() fail with EAGAIN when vhost messages need a reply. Fixes: bd8f50a45d0f ("net/virtio-user: support server mode") Cc: sta...@dpdk.org Signed-off-by: Tiwei Bie --- drivers/net/virtio/virtio