Re: [PATCH v4] eal/linux: skip vfio for non-privileged container

2025-06-04 Thread David Marchand
On Sat, May 17, 2025 at 10:32 AM Yang Ming wrote: > > DPDK detect vfio container according the existence of vfio > module. But for container with non-privileged mode, there is > possibility that no VFIO_DIR(/dev/vfio) mapping from host to > container when host have both Intel NIC and Mellanox NIC

[PATCH v4] eal/linux: skip vfio for non-privileged container

2025-05-17 Thread Yang Ming
DPDK detect vfio container according the existence of vfio module. But for container with non-privileged mode, there is possibility that no VFIO_DIR(/dev/vfio) mapping from host to container when host have both Intel NIC and Mellanox NIC but this conntainer only allocate VFs from Mellanox NIC. In t