Re: [dpdk-dev] [PATCH v7 10/11] vhost: add APIs to rte_vhost version map

2019-09-17 Thread Yu, Jin
> -Original Message- > From: Bie, Tiwei > Sent: Wednesday, September 18, 2019 2:05 PM > To: Yu, Jin > Cc: dev@dpdk.org; Liu, Changpeng ; > maxime.coque...@redhat.com; Wang, Zhihong ; > Lin Li ; Xun Ni ; Yu Zhang > > Subject: Re: [PATCH v7 10/11] vhost: add APIs to rte_vhost version map >

Re: [dpdk-dev] [PATCH v7 10/11] vhost: add APIs to rte_vhost version map

2019-09-17 Thread Tiwei Bie
On Tue, Sep 17, 2019 at 10:52:33PM +0800, JinYu wrote: > add all the added experimental APIs which are in > the rte_vhost.h to the rte_vhost_version.map Symbols should be added to the .map file in the same patch which introduces them. Otherwise that patch will break the build. Thanks, Tiwei > >

[dpdk-dev] [PATCH v7 10/11] vhost: add APIs to rte_vhost version map

2019-09-17 Thread JinYu
add all the added experimental APIs which are in the rte_vhost.h to the rte_vhost_version.map 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_version.map | 9 + 1 file changed, 9 insertions(+) diff --git a/lib/l