RE: [PATCH v5 1/4] pci: add non-merged Linux uAPI changes

2025-06-02 Thread Wathsala Wathawana Vithanage
> Hi Maxim, > > Here is the link to the kernel VFIO patch you have asked earlier (v4). > https://lore.kernel.org/kvm/20250221224638.1836909-1- > wathsala.vithan...@arm.com/T/#me73cf9b9c87da97d7d9461dfb97863b78ca17 > 55b > Sorry, here is the correct link to V2 of the VFIO patch https://lore.ker

[PATCH v5 1/4] pci: add non-merged Linux uAPI changes

2025-06-02 Thread Wathsala Vithanage
This commit is a hack to prevent build failures the next commit in this patch series causes due to missing vfio uapi definitions. This commit should NEVER BE MERGED. Next commit in this patch series depends on additions to vfio uapi that enable TPH icotl in the vfio-pci driver in the Linux kernel.

RE: [PATCH v5 1/4] pci: add non-merged Linux uAPI changes

2025-06-02 Thread Wathsala Wathawana Vithanage
> Sent: Monday, June 2, 2025 5:38 PM > To: Chenbo Xia ; Nipun Gupta ; > Maxime Coquelin > Cc: dev@dpdk.org; nd ; Wathsala Wathawana Vithanage > ; Dhruv Tripathi > Subject: [PATCH v5 1/4] pci: add non-merged Linux uAPI changes > > This commit is a hack to prevent build failures