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

Thomas Monjalon thomas at monjalon.net
Sun Jul 5 12:50:56 CEST 2020


04/07/2020 16:22, Jerin Jacob:
> On Thu, Jul 2, 2020 at 9:39 PM Thomas Monjalon <thomas at 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 <thomas at monjalon.net>
> 
> Tested the change with: echo "node_list_dump" | sudo
> ./build/app/test/dpdk-test   -c 0x3
> 
> Tested-by: Jerin Jacob <jerinj at marvell.com>

Applied






More information about the dev mailing list