Re: [dpdk-dev] [PATCH] [v1]vhost: support inflight share memory protocol feature

2019-07-08 Thread Yu, Jin
> From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > Sent: Friday, July 5, 2019 4:47 PM > To: Yu, Jin ; dev@dpdk.org > Cc: Liu, Changpeng ; LinLi ; > XunNi ; YuZhang ; Bie, Tiwei > > Subject: Re: [dpdk-dev] [PATCH] [v1]vhost: support inflight share memory > prot

Re: [dpdk-dev] [PATCH] [v1]vhost: support inflight share memory protocol feature

2019-07-05 Thread Maxime Coquelin
Hi Jin, On 6/26/19 6:38 PM, 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 buffer from backend. Then q

[dpdk-dev] [PATCH] [v1]vhost: support inflight share memory protocol feature

2019-06-26 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