Re: [dpdk-dev] [PATCH] ring: build on Windows

2020-05-20 Thread Dmitry Kozlyuk
On Wed, 20 May 2020 12:34:44 +0300 Fady Bader wrote: > Exported per_lcore__rte_errno function to compile ring for windows. > > compilation error logs: > librte_ring_rte_ring.c.obj : error LNK2019: unresolved > external symbol per_lcore__rte_errno referenced in > function rte_ring_lookup > > The

[dpdk-dev] [PATCH] ring: build on Windows

2020-05-20 Thread Fady Bader
Exported per_lcore__rte_errno function to compile ring for windows. compilation error logs: librte_ring_rte_ring.c.obj : error LNK2019: unresolved external symbol per_lcore__rte_errno referenced in function rte_ring_lookup The cause was that per_lcore__rte_errno function wasn't included in the ex