Re: [dpdk-dev] [PATCH] vfio: document multiprocess limitation for container API

2019-03-28 Thread Thomas Monjalon
27/02/2019 16:41, Anatoly Burakov: > Currently, there is no support for sharing custom VFIO containers > between multiple processes, but it is not documented. > > Document this limitation. > > Cc: sta...@dpdk.org > > Signed-off-by: Anatoly Burakov Applied, thanks

[dpdk-dev] [PATCH] vfio: document multiprocess limitation for container API

2019-02-27 Thread Anatoly Burakov
Currently, there is no support for sharing custom VFIO containers between multiple processes, but it is not documented. Document this limitation. Cc: sta...@dpdk.org Signed-off-by: Anatoly Burakov --- lib/librte_eal/common/include/rte_vfio.h | 4 1 file changed, 4 insertions(+) diff --gi