Re: [PATCH v4] usertools: add check for IOMMU support in dpdk-devbind

2024-07-01 Thread Stephen Hemminger
On Wed, 12 Oct 2022 17:38:17 +0500 Fidaullah Noonari wrote: > binding with vfio driver, when IOMMU is disabled, causes program to crash. > this patch adds a flag for noiommmu-mode. when this is set, if IOMMU is > disabled, it changes vfio into unsafe noiommu mode and prints warning > message. >

[PATCH v4] usertools: add check for IOMMU support in dpdk-devbind

2022-10-12 Thread Fidaullah Noonari
binding with vfio driver, when IOMMU is disabled, causes program to crash. this patch adds a flag for noiommmu-mode. when this is set, if IOMMU is disabled, it changes vfio into unsafe noiommu mode and prints warning message. Signed-off-by: Fidaullah Noonari --- usertools/dpdk-devbind.py | 45 ++