On Thu, Sep 16, 2021 at 10:36:38AM +0000, Anatoly Burakov wrote:
> Currently, when code is running on FreeBSD (or using fallback Linux
> implementation), there is no way to distinguish between a geniune error
> and a "VFIO is unsupported" error. Fix the dummy implemnetations to also
> set the rte_errno flag.
>
> Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com>
> ---
> lib/eal/freebsd/eal.c | 12 ++++++++++++
> lib/eal/linux/eal_vfio.c | 12 ++++++++++++
> 2 files changed, 24 insertions(+)
>
Acked-by: Bruce Richardson <bruce.richard...@intel.com>