eal: hide shared memory config
authorAnatoly Burakov <anatoly.burakov@intel.com>
Fri, 5 Jul 2019 13:10:30 +0000 (14:10 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 6 Jul 2019 08:32:34 +0000 (10:32 +0200)
commit028669bc9f0d1b44a7656920733ab98d626aa373
treefa6b531d8315e43cd205347ad8845d3739301822
parent119cee86cd4dd37cbdd09d8a5012bdb45103d202
eal: hide shared memory config

Now that everything that has ever accessed the shared memory
config is doing so through the public API's, we can make it
internal. Since we're removing quite a few headers from
rte_eal_memconfig.h, we need to add them back in places
where this header is used.

This bumps the ABI, so also change all build files and make
update documentation.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: David Marchand <david.marchand@redhat.com>
42 files changed:
app/test/test_fbarray.c
app/test/test_memzone.c
app/test/test_tailq.c
doc/guides/rel_notes/deprecation.rst
doc/guides/rel_notes/release_19_08.rst
drivers/bus/pci/linux/pci_vfio.c
drivers/net/mlx4/mlx4.c
drivers/net/mlx4/mlx4_rxtx.c
drivers/net/mlx5/mlx5.h
drivers/net/mlx5/mlx5_ethdev.c
lib/librte_acl/rte_acl.c
lib/librte_distributor/rte_distributor.c
lib/librte_distributor/rte_distributor_v20.c
lib/librte_eal/common/eal_common_mcfg.c
lib/librte_eal/common/eal_common_memory.c
lib/librte_eal/common/eal_common_memzone.c
lib/librte_eal/common/eal_common_tailqs.c
lib/librte_eal/common/eal_memcfg.h [new file with mode: 0644]
lib/librte_eal/common/include/rte_eal_memconfig.h
lib/librte_eal/common/include/rte_fbarray.h
lib/librte_eal/common/include/rte_memory.h
lib/librte_eal/common/malloc_heap.c
lib/librte_eal/common/malloc_mp.c
lib/librte_eal/common/rte_malloc.c
lib/librte_eal/freebsd/eal/Makefile
lib/librte_eal/freebsd/eal/eal_memory.c
lib/librte_eal/linux/eal/Makefile
lib/librte_eal/linux/eal/eal.c
lib/librte_eal/linux/eal/eal_memalloc.c
lib/librte_eal/linux/eal/eal_memory.c
lib/librte_eal/linux/eal/eal_vfio.c
lib/librte_eal/meson.build
lib/librte_efd/rte_efd.c
lib/librte_hash/rte_cuckoo_hash.c
lib/librte_hash/rte_fbk_hash.c
lib/librte_lpm/rte_lpm.c
lib/librte_lpm/rte_lpm6.c
lib/librte_member/rte_member.c
lib/librte_mempool/rte_mempool.c
lib/librte_rcu/rte_rcu_qsbr.h
lib/librte_reorder/rte_reorder.c
lib/librte_ring/rte_ring.c