numam-dpdk/config
Bruce Richardson 68fc7c39ee config: remove explicit undef of unset values
Rather than explicitly clearing any setting of undefined values in our
rte_config.h file, it's better to instead just add a comment that the
value is not set. Using a comment allows the user to set the value using
CFLAGS or similar mechanism without the config file clearing the value
again.

The text used "<VALUE> is not set" is modelled after the kernel approach
of doing the same thing.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Morten Brørup <mb@smartsharesystems.com>
Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
Signed-off-by: David Marchand <david.marchand@redhat.com>
2022-06-15 09:06:19 +02:00
..
arm build: add ccache for cross compilation 2022-06-14 18:05:35 +02:00
ppc build: add ccache for cross compilation 2022-06-14 18:05:35 +02:00
riscv build: add ccache for cross compilation 2022-06-14 18:05:35 +02:00
x86 build: add ccache for cross compilation 2022-06-14 18:05:35 +02:00
meson.build eal/riscv: support RISC-V architecture 2022-06-08 11:26:20 +02:00
rte_config.h config: remove explicit undef of unset values 2022-06-15 09:06:19 +02:00