Re: [dpdk-dev] [PATCH v7 01/11] vhost: add the inflight description

2019-09-17 Thread Yu, Jin
> -Original Message- > From: Bie, Tiwei > Sent: Wednesday, September 18, 2019 9:30 AM > To: Yu, Jin > Cc: dev@dpdk.org; Liu, Changpeng ; > maxime.coque...@redhat.com; Wang, Zhihong ; > Lin Li ; Xun Ni ; Yu Zhang > > Subject: Re: [PATCH v7 01/11] vhost: add the inflight description > >

Re: [dpdk-dev] [PATCH v7 01/11] vhost: add the inflight description

2019-09-17 Thread Tiwei Bie
On Tue, Sep 17, 2019 at 10:52:24PM +0800, JinYu wrote: > This patch add the inflight message description and > the inflight share fd protocol feature flag. > > Signed-off-by: Lin Li > Signed-off-by: Xun Ni > Signed-off-by: Yu Zhang > Signed-off-by: Jin Yu > --- Please keep Maxime's reviewed-b

[dpdk-dev] [PATCH v7 01/11] vhost: add the inflight description

2019-09-17 Thread JinYu
This patch add the inflight message description and the inflight share fd protocol feature flag. Signed-off-by: Lin Li Signed-off-by: Xun Ni Signed-off-by: Yu Zhang Signed-off-by: Jin Yu --- v1 - specify the APIs are split-ring only v2 - fix APIs and judge split or packed v3 - add rte_vhost_ p