Re: [dpdk-dev] [PATCH v7 00/10] vhost: support inflight share memory protocol feature

2019-09-26 Thread Yu, Jin
> -Original Message- > From: Bie, Tiwei > Sent: Wednesday, September 25, 2019 10:26 PM > To: Yu, Jin > Cc: dev@dpdk.org; Liu, Changpeng ; > maxime.coque...@redhat.com; Wang, Zhihong > Subject: Re: [PATCH v7 00/10] vhost: support inflight share memory protocol > feature > > > > [PATCH v7

Re: [dpdk-dev] [PATCH v7 00/10] vhost: support inflight share memory protocol feature

2019-09-25 Thread Tiwei Bie
> [PATCH v7 00/10] vhost: support inflight share memory protocol feature This should be v8. Please increase the version number when sending a new series. Thanks, Tiwei On Fri, Sep 20, 2019 at 08:00:52PM +0800, Jin Yu wrote: > This patches introduces two new messages VHOST_USER_GET_INFLIGHT_FD

[dpdk-dev] [PATCH v7 00/10] vhost: support inflight share memory protocol feature

2019-09-19 Thread Jin Yu
This patches 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. Now It can both support split and packed ring. The example code show how these API work. The test has passed. How to test the example