Re: [dpdk-dev] [PATCH 3/4] eal: export needed functions for mbuf

2020-06-16 Thread Thomas Monjalon
16/06/2020 11:26, Dmitry Kozlyuk: > Thomas Monjalon wrote: > > 16/06/2020 10:33, Tal Shnaiderman: > > > > 01/06/2020 11:38, tal...@mellanox.com: > > > > > From: Tal Shnaiderman > > > > > > > > > > Export needed eal functions used by the lib. > > > > > > > > > > Signed-off-by: Tal Shnaiderman >

Re: [dpdk-dev] [PATCH 3/4] eal: export needed functions for mbuf

2020-06-16 Thread Dmitry Kozlyuk
On Tue, 16 Jun 2020 10:45:49 +0200 Thomas Monjalon wrote: > 16/06/2020 10:33, Tal Shnaiderman: > > > 01/06/2020 11:38, tal...@mellanox.com: > > > > From: Tal Shnaiderman > > > > > > > > Export needed eal functions used by the lib. > > > > > > > > Signed-off-by: Tal Shnaiderman > > > > --- > >

Re: [dpdk-dev] [PATCH 3/4] eal: export needed functions for mbuf

2020-06-16 Thread Thomas Monjalon
16/06/2020 10:33, Tal Shnaiderman: > > 01/06/2020 11:38, tal...@mellanox.com: > > > From: Tal Shnaiderman > > > > > > Export needed eal functions used by the lib. > > > > > > Signed-off-by: Tal Shnaiderman > > > --- > > > --- a/lib/librte_eal/rte_eal_exports.def > > > +++ b/lib/librte_eal/rte_eal

Re: [dpdk-dev] [PATCH 3/4] eal: export needed functions for mbuf

2020-06-16 Thread Tal Shnaiderman
> Subject: Re: [dpdk-dev] [PATCH 3/4] eal: export needed functions for mbuf > > 01/06/2020 11:38, tal...@mellanox.com: > > From: Tal Shnaiderman > > > > Export needed eal functions used by the lib. > > > > Signed-off-by: Tal Shnaiderman > > ---

Re: [dpdk-dev] [PATCH 3/4] eal: export needed functions for mbuf

2020-06-16 Thread Thomas Monjalon
01/06/2020 11:38, tal...@mellanox.com: > From: Tal Shnaiderman > > Export needed eal functions used by the lib. > > Signed-off-by: Tal Shnaiderman > --- > --- a/lib/librte_eal/rte_eal_exports.def > +++ b/lib/librte_eal/rte_eal_exports.def > @@ -3,6 +3,7 @@ EXPORTS > per_lcore__rte_errno >

[dpdk-dev] [PATCH 3/4] eal: export needed functions for mbuf

2020-06-01 Thread talshn
From: Tal Shnaiderman Export needed eal functions used by the lib. Signed-off-by: Tal Shnaiderman --- lib/librte_eal/common/meson.build | 1 + lib/librte_eal/rte_eal_exports.def | 3 +++ lib/librte_eal/rte_eal_version.map | 1 + 3 files changed, 5 insertions(+) diff --git a/lib/librte_eal/co