numam-dpdk/app
Tomasz Jozwiak a7cece2ead malloc: add NUMA-aware realloc function
Currently, rte_realloc will not respect original allocation's
NUMA node when memory cannot be resized, and there is no
NUMA-aware equivalent of rte_realloc. This patch adds such a function.

The new API will ensure that reallocated memory stays on
requested NUMA node, as well as allow moving allocated memory
to a different NUMA node.

Signed-off-by: Tomasz Jozwiak <tomaszx.jozwiak@intel.com>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
2019-03-23 16:54:50 +01:00
..
pdump app/pdump: remove only created vdevs 2019-03-01 18:17:36 +01:00
proc-info app/procinfo: add --iter-mempool 2019-01-11 15:45:30 +01:00
test malloc: add NUMA-aware realloc function 2019-03-23 16:54:50 +01:00
test-acl app/acl: move from test directory 2019-02-26 15:28:10 +01:00
test-bbdev mk: use linux and freebsd in config names 2019-03-12 23:05:06 +01:00
test-cmdline app/cmdline: move from test directory 2019-02-26 15:24:11 +01:00
test-compress-perf app/compress-perf: call generic strlcpy 2019-03-01 18:17:35 +01:00
test-crypto-perf build/freebsd: rename macro BSDPAPP to FREEBSD 2019-03-12 23:01:14 +01:00
test-eventdev app/eventdev: start event producers after eventdev 2019-03-15 06:46:50 +01:00
test-pipeline app/pipeline: move from test directory 2019-02-26 15:28:46 +01:00
test-pmd build/freebsd: rename macro BSDPAPP to FREEBSD 2019-03-12 23:01:14 +01:00
Makefile test: move to app directory 2019-02-26 15:29:27 +01:00
meson.build test: move to app directory 2019-02-26 15:29:27 +01:00