mem: store memory mode flags in shared config
authorAnatoly Burakov <anatoly.burakov@intel.com>
Thu, 20 Sep 2018 15:41:26 +0000 (16:41 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 3 Oct 2018 22:09:47 +0000 (00:09 +0200)
commit64cdfc35aaad37f6d6f59564233985a27d31a13d
tree5006d66d4e7f77f7559695fbee2cc47e57a506f6
parentca372b3f50d34d2d63ca12664cd613da6b7efa7a
mem: store memory mode flags in shared config

Currently, command-line switches for legacy mem mode or single-file
segments mode are only stored in internal config. This leads to a
situation where these flags have to always match between primary
and secondary, which is bad for usability.

Fix this by storing these flags in the shared config as well, so
that secondary process can know if the primary was launched in
single-file segments or legacy mem mode.

This bumps the EAL ABI, however there's an EAL deprecation notice
already in place[1] for a different feature, so that's OK.

[1] http://patches.dpdk.org/patch/43502/

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
doc/guides/rel_notes/release_18_11.rst
lib/librte_eal/common/include/rte_eal_memconfig.h
lib/librte_eal/linuxapp/eal/Makefile
lib/librte_eal/linuxapp/eal/eal.c
lib/librte_eal/meson.build