]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_vfio.h
vfio: document multiprocess limitation for container API
[dpdk.git] / lib / librte_eal / common / include / rte_vfio.h
index cae96fab90f6af923ea6ac2d4d20c78c2bffb9fd..4b3a91e91e8eb425068a8d0a7757b8e185514c68 100644 (file)
@@ -291,6 +291,10 @@ rte_vfio_get_group_fd(int iommu_group_num);
  *       containers by default, user needs to manage DMA mappings for
  *       any container created by this API.
  *
+ * @note When creating containers using this API, the container will only be
+ *       available in the process that has created it. Sharing containers and
+ *       devices between multiple processes is not supported.
+ *
  * @return
  *   the container fd if successful
  *   <0 if failed