Re: [dpdk-dev] [PATCH v3] net/virtio-user: fix packed ring server mode

2019-12-17 Thread Ye Xiaolong
Hi, Xuan On 12/18, Xuan Ding wrote: >This patch fixes the situation where datapath does not work properly when >vhost reconnects to virtio in server mode with packed ring. > >Currently, virtio and vhost share memory of vring. For split ring, vhost >can read the status of discriptors directly from

Re: [dpdk-dev] [PATCH v3] net/virtio-user: fix packed ring server mode

2019-12-17 Thread Ding, Xuan
> -Original Message- > From: Ye, Xiaolong > Sent: Wednesday, December 18, 2019 10:25 AM > To: Ding, Xuan > Cc: maxime.coque...@redhat.com; Bie, Tiwei ; Wang, > Zhihong ; Liu, Yong ; > dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] net/virt

[dpdk-dev] [PATCH v3] net/virtio-user: fix packed ring server mode

2019-12-17 Thread Xuan Ding
This patch fixes the situation where datapath does not work properly when vhost reconnects to virtio in server mode with packed ring. Currently, virtio and vhost share memory of vring. For split ring, vhost can read the status of discriptors directly from the available ring and the used ring durin