On 29/08/2019 15:12, JinYu 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 <lili...@baidu.com> > Signed-off-by: Xun Ni <ni...@baidu.com> > Signed-off-by: Yu Zhang <zhangy...@baidu.com> > Signed-off-by: Jin Yu <jin...@intel.com> > --- > lib/librte_vhost/rte_vhost.h | 116 ++++++++++++++++ > lib/librte_vhost/vhost.c | 252 +++++++++++++++++++++++++++++++++++ > 2 files changed, 368 insertions(+)
Hi - you need to update the version map for the new APIs, or you will see the following types of message with make, rte_vhost_set_inflight_desc_split is flagged as experimental but is not listed in version map Please add rte_vhost_set_inflight_desc_split to the version map