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

2019-09-08 Thread Yu, Jin
> -Original Message- > From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > Sent: Saturday, September 7, 2019 12:36 AM > To: Yu, Jin ; dev@dpdk.org > Cc: Liu, Changpeng ; Bie, Tiwei > ; Wang, Zhihong > Subject: Re: [PATCH v6 00/10] vhost: support inflight share memory protocol > fea

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

2019-09-06 Thread Maxime Coquelin
On 8/29/19 4:12 PM, JinYu wrote: > 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 for backend reconnection. > Now It can both support split and packed ring. The example code s

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

2019-08-29 Thread Gavin Hu (Arm Technology China)
pdk.org > Cc: changpeng@intel.com; maxime.coque...@redhat.com; > tiwei@intel.com; zhihong.w...@intel.com; JinYu > Subject: [dpdk-dev] [PATCH v6 00/10] vhost: support inflight share memory > protocol feature > > This patches introduces two new messages > VHOST_USER_GET_INFLIGHT_FD

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

2019-08-28 Thread JinYu
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 for backend reconnection. Now It can both support split and packed ring. The example code show how these APIs work. The test has passed