Re: [dpdk-dev] [PATCH v2 4/4] test/extmem: extend test to cover non-heap API

2018-12-21 Thread Thomas Monjalon
21/12/2018 12:29, Anatoly Burakov: > Currently, extmem autotest only covers the external malloc heap > API. Extend it to also cover the non-heap, register/unregister > external memory API. > > Signed-off-by: Anatoly Burakov Series applied, thanks

[dpdk-dev] [PATCH v2 4/4] test/extmem: extend test to cover non-heap API

2018-12-21 Thread Anatoly Burakov
Currently, extmem autotest only covers the external malloc heap API. Extend it to also cover the non-heap, register/unregister external memory API. Signed-off-by: Anatoly Burakov --- test/test/test_external_mem.c | 146 ++ 1 file changed, 146 insertions(+) diff -