numam-dpdk/lib/librte_eal
Anatoly Burakov e26415428f mem: provide thread-unsafe memseg list walk variant
Sometimes, user code needs to walk memseg list while being inside
a memory-related callback. Rather than making everyone copy around
the same iteration code and depending on DPDK internals, provide an
official way to do memseg_list_walk() inside callbacks.

Also, remove existing reimplementation from memalloc code and use
the new API instead.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
2018-07-13 11:21:25 +02:00
..
bsdapp mem: make segment preallocation OS-specific 2018-07-13 00:59:18 +02:00
common mem: provide thread-unsafe memseg list walk variant 2018-07-13 11:21:25 +02:00
linuxapp mem: provide thread-unsafe memseg list walk variant 2018-07-13 11:21:25 +02:00
Makefile lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
meson.build eal: provide API for querying valid socket ids 2018-04-05 00:27:13 +02:00
rte_eal_version.map mem: provide thread-unsafe memseg list walk variant 2018-07-13 11:21:25 +02:00