[dpdk-dev] [PATCH] app/test: fix memory autotests on FreeBSD

David Marchand david.marchand at redhat.com
Sat Oct 2 16:41:56 CEST 2021


On Fri, Sep 17, 2021 at 5:09 PM Bruce Richardson
<bruce.richardson at intel.com> wrote:
>
> The memory autotests were failing on FreeBSD, due to an incorrect errno
> variable being checked for ENOTSUP. The test checked "errno" while the
> DPDK API sets "rte_errno". Changing to check the right variable makes
> the test behave properly.
>
> Fixes: c3e35a0966b8 ("test/mem: check segment fd API")
>
> Reported-by: Brandon Lo <blo at iol.unh.edu>
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
Reviewed-by: David Marchand <david.marchand at redhat.com>

Applied, thanks.


-- 
David Marchand



More information about the dev mailing list