Re: [dpdk-dev] [PATCH v4 1/2] vhost: support inflight share memory protocol feature

2019-08-05 Thread Yu, Jin
Thanks Tiwei. > -Original Message- > From: Bie, Tiwei > Sent: Thursday, August 1, 2019 2:38 PM > To: Yu, Jin > Cc: dev@dpdk.org; Liu, Changpeng ; > maxime.coque...@redhat.com; Wang, Zhihong ; > Lin Li ; Xun Ni ; Yu Zhang > > Subject: Re: [PATCH v4 1/2] vhost: support inflight share memor

Re: [dpdk-dev] [PATCH v4 1/2] vhost: support inflight share memory protocol feature

2019-07-31 Thread Tiwei Bie
On Thu, Aug 01, 2019 at 04:40:49AM +0800, JinYu wrote: > This patch introduces two new messages VHOST_USER_GET_INFLIGHT_FD > and VHOST_USER_SET_INFLIGHT_FD to support transferring a shared > buffer between qemu and backend. > > Firstly, qemu uses VHOST_USER_GET_INFLIGHT_FD to get the > shared buff

[dpdk-dev] [PATCH v4 1/2] vhost: support inflight share memory protocol feature

2019-07-31 Thread JinYu
This patch introduces two new messages VHOST_USER_GET_INFLIGHT_FD and VHOST_USER_SET_INFLIGHT_FD to support transferring a shared buffer between qemu and backend. Firstly, qemu uses VHOST_USER_GET_INFLIGHT_FD to get the shared buffer from backend. Then qemu should send it back through VHOST_USER_S

[dpdk-dev] [PATCH v4 1/2] vhost: support inflight share memory protocol feature

2019-07-25 Thread JinYu
This patch introduces two new messages VHOST_USER_GET_INFLIGHT_FD and VHOST_USER_SET_INFLIGHT_FD to support transferring a shared buffer between qemu and backend. Firstly, qemu uses VHOST_USER_GET_INFLIGHT_FD to get the shared buffer from backend. Then qemu should send it back through VHOST_USER_S