On Fri, Sep 17, 2021 at 5:09 PM Bruce Richardson <bruce.richard...@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 <b...@iol.unh.edu> > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> Reviewed-by: David Marchand <david.march...@redhat.com>
Applied, thanks. -- David Marchand