On Mon, Nov 4, 2019 at 8:35 PM David Marchand <david.march...@redhat.com> wrote: > > On Mon, Nov 4, 2019 at 6:41 PM Anatoly Burakov > <anatoly.bura...@intel.com> wrote: > > > > When requesting DMA mapping to default container, we are meant to > > supply the RTE_VFIO_DEFAULT_CONTAINER_FD value, however this is > > not handled correctly by get_vfio_cfg_by_container_fd(), because > > it only looks at actual fd values and does not check for this > > special case. > > > > Fix it to return default container if the fd requested is the > > special RTE_VFIO_DEFAULT_CONTAINER_FD value. > >
Fixes: 4106d89a18f8 ("vfio: allow DMA map to the default container") Cc: sta...@dpdk.org > > Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> > Reviewed-by: David Marchand <david.march...@redhat.com> Acked-by: Shahaf Shuler <shah...@mellanox.com> Applied with title "vfio: fix DMA mapping with default container" as discussed on irc. Thanks. -- David Marchand