numam-dpdk/lib/librte_kni
Igor Ryzhov edd2fafbc0 kni: allocate memory dynamically for each device
Long time ago preallocation of memory for KNI was introduced in commit
0c6bc8e. It was done because of lack of ability to free previously
allocated memzones, which led to memzone exhaustion. Currently memzones
can be freed and this patch uses this ability for dynamic KNI memory
allocation.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
2018-10-02 17:57:00 +02:00
..
Makefile lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
meson.build kni: disable for 32-bit meson builds 2018-07-12 12:24:01 +02:00
rte_kni_fifo.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_kni_version.map kni: remove deprecated functions 2015-09-03 19:22:48 +02:00
rte_kni.c kni: allocate memory dynamically for each device 2018-10-02 17:57:00 +02:00
rte_kni.h kni: allocate memory dynamically for each device 2018-10-02 17:57:00 +02:00