RE: [PATCH 4/4] eal: add new args to choose VFIO mode

2023-12-24 Thread Xing, Beilei
t: Re: [PATCH 4/4] eal: add new args to choose VFIO mode > > On Fri, 22 Dec 2023 19:44:53 + > beilei.x...@intel.com wrote: > > > From: Beilei Xing > > > > Since now Linux has both of VFIO Container/GROUP & VFIO IOMMUFD/CDEV > > support, user can det

[PATCH 4/4] eal: add new args to choose VFIO mode

2023-12-22 Thread beilei . xing
From: Beilei Xing Since now Linux has both of VFIO Container/GROUP & VFIO IOMMUFD/CDEV support, user can determine how to probe the PCI device by the new args "--vfio-mode". Use "--vfio-mode=container" to choose VFIO Container/GROUP, and use "--vfio-mode=iommufd" to choose VFIO IOMMUFD/CDEV. Si