Re: [PATCH] usertools/devbind: add support for non-IOMMU mode

2024-10-17 Thread Thomas Monjalon
03/10/2024 11:27, Bruce Richardson: > On Wed, Oct 02, 2024 at 11:13:12AM -0700, Stephen Hemminger wrote: > > From: Fidaullah Noonari > > > > This patch adds noiommu option to dpdk-devbind. > > If the no IOMMU is detected, then if noiommu flag is set > > the vfio-pci unsafe_noiommu_mode flag is se

Re: [PATCH] usertools/devbind: add support for non-IOMMU mode

2024-10-03 Thread Bruce Richardson
On Wed, Oct 02, 2024 at 11:13:12AM -0700, Stephen Hemminger wrote: > From: Fidaullah Noonari > > This patch adds noiommu option to dpdk-devbind. > If the no IOMMU is detected, then if noiommu flag is set > the vfio-pci unsafe_noiommu_mode flag is set. > > Signed-off-by: Fidaullah Noonari > Sign

[PATCH] usertools/devbind: add support for non-IOMMU mode

2024-10-02 Thread Stephen Hemminger
From: Fidaullah Noonari This patch adds noiommu option to dpdk-devbind. If the no IOMMU is detected, then if noiommu flag is set the vfio-pci unsafe_noiommu_mode flag is set. Signed-off-by: Fidaullah Noonari Signed-off-by: Stephen Hemminger --- v2 - rebase patch and fix some minor stuff r