> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pawel Wodkowski > Sent: Wednesday, May 24, 2017 12:18 PM > To: dev@dpdk.org > Cc: Wodkowski, PawelX <pawelx.wodkow...@intel.com> > Subject: [dpdk-dev] [PATCH] vfio: allow to map other memory regions > > Currently it is not possible to use memory that is not owned by DPDK to > perform DMA. This scenarion might be used in vhost applications (like > SPDK) where guest send its own memory table. To fill this gap provide API to > allow registering arbitrary address in VFIO container. > > Signed-off-by: Pawel Wodkowski <pawelx.wodkow...@intel.com> > ---
Acked-by: Anatoly Burakov <anatoly.bura...@intel.com>