Re: [dpdk-dev] [PATCH v6 03/10] vhost: add the inflight structure

2019-09-08 Thread Yu, Jin
> -Original Message- > From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > Sent: Saturday, September 7, 2019 12:46 AM > To: Yu, Jin ; dev@dpdk.org > Cc: Liu, Changpeng ; Bie, Tiwei > ; Wang, Zhihong ; Lin Li > ; Xun Ni ; Yu Zhang > > Subject: Re: [PATCH v6 03/10] vhost: add the inf

Re: [dpdk-dev] [PATCH v6 03/10] vhost: add the inflight structure

2019-09-06 Thread Maxime Coquelin
On 8/29/19 4:12 PM, JinYu wrote: > This patch adds the inflight queue region structure include > the split and packed. > > Signed-off-by: Lin Li > Signed-off-by: Xun Ni > Signed-off-by: Yu Zhang > Signed-off-by: Jin Yu > --- > lib/librte_vhost/rte_vhost.h | 43 +

[dpdk-dev] [PATCH v6 03/10] vhost: add the inflight structure

2019-08-28 Thread JinYu
This patch adds the inflight queue region structure include the split and packed. Signed-off-by: Lin Li Signed-off-by: Xun Ni Signed-off-by: Yu Zhang Signed-off-by: Jin Yu --- lib/librte_vhost/rte_vhost.h | 43 1 file changed, 43 insertions(+) diff --git