[dpdk-dev] Eliminate config/rte_config.h?
David Harton (dharton)
dharton at cisco.com
Thu Nov 12 16:39:10 CET 2020
Hi folks,
Been experimenting with DPDK 20.11 and the loss of the old "config" hierarchy.
I wonder if anyone considered eliminating config/rte_config.h in favor of a config/dpdk_conf that can contain the default values at the start of the file but can be overridden with values later in the file similar to how the old config files worked?
It just feels awkward to modify a versioned header file per build especially if multiple builds want to share the same repo but with different values specified in config/rte_config.h especially when "rte_build_config.h" is included at the very beginning of config/rte_config.h.
Thoughts?
Dave
More information about the dev
mailing list