Re: [dpdk-dev] [PATCH v11 6/9] vhost: add the APIs to operate inflight ring

2019-10-11 Thread Maxime Coquelin
On 10/9/19 10:48 PM, Jin Yu wrote: > This patch introduces three APIs to operate the inflight > ring. Three APIs are set, set last and clear. It includes > split and packed ring. > > Signed-off-by: Lin Li > Signed-off-by: Xun Ni > Signed-off-by: Yu Zhang > Signed-off-by: Jin Yu > --- > lib

[dpdk-dev] [PATCH v11 6/9] vhost: add the APIs to operate inflight ring

2019-10-09 Thread Jin Yu
This patch introduces three APIs to operate the inflight ring. Three APIs are set, set last and clear. It includes split and packed ring. 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 | 116 +++ lib