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

2019-06-25 Thread Maxime Coquelin
You need to specify the revision number when using git format-patch. You can see the 'contributing' section in the documentation for more information. On 6/25/19 6:18 PM, JinYu wrote: This patch introduces two new messages VHOST_USER_GET_INFLIGHT_FD and VHOST_USER_SET_INFLIGHT_FD to support tran

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

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