]> git.droids-corp.org - dpdk.git/commit
config: remove explicit undef of unset values
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 16 Dec 2021 11:14:30 +0000 (11:14 +0000)
committerDavid Marchand <david.marchand@redhat.com>
Wed, 15 Jun 2022 07:06:19 +0000 (09:06 +0200)
commit68fc7c39ee42ae8d787709ddf0106edc3b02db5c
treea646615fd5c74353c0c5a7e8c4032b35befe57f0
parente3fd286ec471df5732b559c9e44377fab4b3d38a
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>
config/rte_config.h
devtools/checkpatches.sh