Re: [dpdk-dev] [PATCH] build: remove special handling for node library

2020-07-02 Thread Thomas Monjalon
02/07/2020 11:53, Jerin Jacob: > On Thu, Jul 2, 2020 at 2:48 PM Bruce Richardson > wrote: > > > > On Wed, Jul 01, 2020 at 08:05:06PM +0200, Thomas Monjalon wrote: > > > What is the point of adding librte_node a second time separately? > > > > > > Signed-off-by: Thomas Monjalon > > > --- > > > > I

Re: [dpdk-dev] [PATCH] build: remove special handling for node library

2020-07-02 Thread Jerin Jacob
On Thu, Jul 2, 2020 at 2:48 PM Bruce Richardson wrote: > > On Wed, Jul 01, 2020 at 08:05:06PM +0200, Thomas Monjalon wrote: > > What is the point of adding librte_node a second time separately? > > > > Signed-off-by: Thomas Monjalon > > --- > > I suspect that this is a hangover from when we did n

Re: [dpdk-dev] [PATCH] build: remove special handling for node library

2020-07-02 Thread Bruce Richardson
On Wed, Jul 01, 2020 at 08:05:06PM +0200, Thomas Monjalon wrote: > What is the point of adding librte_node a second time separately? > > Signed-off-by: Thomas Monjalon > --- I suspect that this is a hangover from when we did not explicitly link_whole all DPDK libs.

[dpdk-dev] [PATCH] build: remove special handling for node library

2020-07-01 Thread Thomas Monjalon
What is the point of adding librte_node a second time separately? Signed-off-by: Thomas Monjalon --- app/test/meson.build | 4 +--- examples/meson.build | 4 +--- lib/meson.build | 3 --- meson.build | 1 - 4 files changed, 2 insertions(+), 10 deletions(-) diff --git a/app/test/me