Re: [dpdk-dev] [PATCH] app/test: fix mempool test failure on FreeBSD

2021-10-29 Thread Dmitry Kozlyuk
> -Original Message- > From: Olivier Matz > Sent: 29 октября 2021 г. 12:35 > To: Dmitry Kozlyuk > Cc: dev@dpdk.org; YuX Jiang ; Andrew Rybchenko > > Subject: Re: [PATCH] app/test: fix mempool test failure on FreeBSD > > External email: Use caution opening links or attachments > > >

Re: [dpdk-dev] [PATCH] app/test: fix mempool test failure on FreeBSD

2021-10-29 Thread Olivier Matz
Hi Dmitry, On Fri, Oct 29, 2021 at 11:40:50AM +0300, Dmitry Kozlyuk wrote: > FreeBSD EAL does not implement rte_mem_virt2iova() > that was used in mempool_autotest, causing it to fail: > > EAL: Test assert > test_mempool_flag_non_io_unset_when_populated_with_valid_iova > line 781 failed:

[dpdk-dev] [PATCH] app/test: fix mempool test failure on FreeBSD

2021-10-29 Thread Dmitry Kozlyuk
FreeBSD EAL does not implement rte_mem_virt2iova() that was used in mempool_autotest, causing it to fail: EAL: Test assert test_mempool_flag_non_io_unset_when_populated_with_valid_iova line 781 failed: Cannot get IOVA test failed at test_mempool():1030 Test Failed Change unit tes