[dpdk-dev] 答复: [PATCH v4] vhost: support inflight share memory protocol feature

2019-05-22 Thread Li,Lin(ACG Cloud)
> -邮件原件- > 发件人: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > 发送时间: 2019年5月17日 23:47 > 收件人: Li Lin ; tiwei@intel.com; > zhihong.w...@intel.com > 抄送: dev@dpdk.org; dariusz.stojac...@intel.com; changpeng@intel.com; > james.r.har...@intel.com; Xie,Yong

[dpdk-dev] 答复: [PATCH v4] vhost: support inflight share memory protocol feature

2019-05-22 Thread Li,Lin(ACG Cloud)
> -邮件原件- > 发件人: Tiwei Bie [mailto:tiwei@intel.com] > 发送时间: 2019年5月21日 16:47 > 收件人: lin li > 抄送: dev@dpdk.org; dariusz.stojac...@intel.com; changpeng....@intel.com; > Li,Lin(ACG Cloud) ; maxime.coque...@redhat.com > 主题: Re: [PATCH v4] vhost: support inflight

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

2019-05-05 Thread Li Lin
From: Li Lin 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

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

2019-04-26 Thread Li Lin
From: lilin24 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 thro

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

2019-04-25 Thread Li Lin
From: lilin24 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 thro

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

2019-04-25 Thread Li Lin
From: lilin24 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 thro