Re: [PATCH v11 3/9] app/test: fix incorrect errno variable

2021-12-03 Thread Dmitry Kozlyuk
2021-12-02 16:06 (UTC-0800), Jie Zhou: > Fix incorrect errno variable used in memory autotest. > Use rte_errno instead. > > Fixes: 086d426406bd ("app/test: fix memory autotests on FreeBSD") > Cc: bruce.richard...@intel.com > > Signed-off-by: Jie Zhou Acked-by: Dmitry Kozlyuk > --- > app/test

[PATCH v11 3/9] app/test: fix incorrect errno variable

2021-12-02 Thread Jie Zhou
Fix incorrect errno variable used in memory autotest. Use rte_errno instead. Fixes: 086d426406bd ("app/test: fix memory autotests on FreeBSD") Cc: bruce.richard...@intel.com Signed-off-by: Jie Zhou --- app/test/test_memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a