Re: [dpdk-dev] [PATCH v2 02/13] driver/mempool: build mempool stack on Windows

2021-08-31 Thread Jie Zhou
On Sun, Aug 29, 2021 at 01:43:13AM +0300, Dmitry Kozlyuk wrote: > 2021-08-18 10:13 (UTC-0700), Jie Zhou: > > mempool_autotest failed on Windows at setting the "stack" handler > > test case. Per debugging, in rte_mempool_ops_table, there are only > > 6 ring ops registered, and no "stack" ops registe

Re: [dpdk-dev] [PATCH v2 02/13] driver/mempool: build mempool stack on Windows

2021-08-28 Thread Dmitry Kozlyuk
2021-08-18 10:13 (UTC-0700), Jie Zhou: > mempool_autotest failed on Windows at setting the "stack" handler > test case. Per debugging, in rte_mempool_ops_table, there are only > 6 ring ops registered, and no "stack" ops registered which caused > the failure of rte_mempool_set_ops_byname and thus th

[dpdk-dev] [PATCH v2 02/13] driver/mempool: build mempool stack on Windows

2021-08-18 Thread Jie Zhou
mempool_autotest failed on Windows at setting the "stack" handler test case. Per debugging, in rte_mempool_ops_table, there are only 6 ring ops registered, and no "stack" ops registered which caused the failure of rte_mempool_set_ops_byname and thus the test failed. Per code investigation, the "sta