examples: use stdatomic APIReplace the use of gcc builtin __atomic_xxx intrinsics withcorresponding rte_atomic_xxx optional rte stdatomic API.Signed-off-by: Tyler Retzlaff <roretzla@linux.micros
examples: use stdatomic APIReplace the use of gcc builtin __atomic_xxx intrinsics withcorresponding rte_atomic_xxx optional rte stdatomic API.Signed-off-by: Tyler Retzlaff <roretzla@linux.microsoft.com>Acked-by: Stephen Hemminger <stephen@networkplumber.org>
show more ...
examples/server_node_efd: simplify build configurationThe server_node_efd example contains various binaries whose sources arein sub directories that do not match their name.Rename sub directorie
examples/server_node_efd: simplify build configurationThe server_node_efd example contains various binaries whose sources arein sub directories that do not match their name.Rename sub directories in this example and stop overriding the binariesnames in meson.build.This makes a next change easier in the build scripts used by CI.Signed-off-by: David Marchand <david.marchand@redhat.com>Acked-by: Bruce Richardson <bruce.richardson@intel.com>