04/07/2020 16:22, Jerin Jacob: > On Thu, Jul 2, 2020 at 9:39 PM Thomas Monjalon <tho...@monjalon.net> wrote: > > > > The node library had a need of being linked as a whole > > to make some constructors effective. > > Now that all libraries are linked with --whole-archive, > > there is no need to have this library separate. > > > > Fixes: e2db26f76673 ("build: always link whole DPDK static libraries") > > > > Signed-off-by: Thomas Monjalon <tho...@monjalon.net> > > Tested the change with: echo "node_list_dump" | sudo > ./build/app/test/dpdk-test -c 0x3 > > Tested-by: Jerin Jacob <jer...@marvell.com>
Applied