[dpdk-dev] [PATCH v6 06/10] vhost: add the APIs to operate inflight ring

Kevin Traynor ktraynor at redhat.com
Wed Sep 11 15:19:00 CEST 2019


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 <lilin24 at baidu.com>
> Signed-off-by: Xun Ni <nixun at baidu.com>
> Signed-off-by: Yu Zhang <zhangyu31 at baidu.com>
> Signed-off-by: Jin Yu <jin.yu at 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


More information about the dev mailing list