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

2025-05-17 Thread Moses Young
On 5/16/2025 9:30 PM, Burakov, Anatoly wrote: On 3/27/2025 8:57 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

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

2025-05-16 Thread Burakov, Anatoly
On 3/27/2025 8:57 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 but this conntainer

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

2025-05-16 Thread Moses Young
On 5/16/2025 2:46 PM, David Marchand wrote: On Thu, Mar 27, 2025 at 8:57 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 ha

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

2025-05-15 Thread David Marchand
On Thu, Mar 27, 2025 at 8:57 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 b

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

2025-03-27 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