Re: [PATCH] examples/l2fwd-cat: fix external build

2023-06-22 Thread Thomas Monjalon
22/06/2023 15:48, Thomas Monjalon: > From: David Marchand > > cpu_set_t definition requires _GNU_SOURCE. > > Fixes: e0473c6d5b18 ("eal: fix build with musl") > Cc: sta...@dpdk.org > > Signed-off-by: David Marchand > --- > This patch was missing in the patchset to make all examples compile. > I

[PATCH] examples/l2fwd-cat: fix external build

2023-06-22 Thread Thomas Monjalon
From: David Marchand cpu_set_t definition requires _GNU_SOURCE. Fixes: e0473c6d5b18 ("eal: fix build with musl") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- This patch was missing in the patchset to make all examples compile. It will be merged with others from: "Test examples