Re: [dpdk-dev] [PATCH v11 3/9] vhost: add the inflight structure

2019-10-11 Thread Maxime Coquelin
On 10/9/19 10:48 PM, Jin Yu 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 v11 3/9] vhost: add the inflight structure

2019-10-09 Thread Jin Yu
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