Re: [dpdk-dev] [PATCH v6 01/10] vhost: add the inflight description

2019-09-06 Thread Maxime Coquelin
On 8/29/19 4:12 PM, 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 > --- > v1 - specify the APIs are split-ring only > v2 -

[dpdk-dev] [PATCH v6 01/10] vhost: add the inflight description

2019-08-28 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