On Thu, Jul 2, 2020 at 2:48 PM Bruce Richardson <[email protected]> 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 <[email protected]> > > --- > > I suspect that this is a hangover from when we did not explicitly > link_whole all DPDK libs.
Yes. The constructor functions are not getting linked if there is NO dependency from this library.

