Re: [PATCH 03/33] vfio: selftests: Introduce vfio_pci_device_test

2025-06-26 Thread Sairaj Kodilkar
On 6/26/2025 9:59 PM, David Matlack wrote: On Thu, Jun 26, 2025 at 4:44 AM Sairaj Kodilkar wrote: On 6/26/2025 4:57 PM, Sairaj Kodilkar wrote: On 6/21/2025 4:50 AM, David Matlack wrote: +/* + * Limit the number of MSIs enabled/disabled by the test regardless of the + * number of MSIs the d

Re: [PATCH net-next] selftests: forwarding: lib: Split setup_wait()

2025-06-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 25 Jun 2025 12:41:23 +0200 you wrote: > setup_wait() takes an optional argument and then is called from the top > level of the test script. That confuses shellcheck, which thinks that maybe > the intention is

Re: [PATCH 03/33] vfio: selftests: Introduce vfio_pci_device_test

2025-06-26 Thread David Matlack
On Thu, Jun 26, 2025 at 4:44 AM Sairaj Kodilkar wrote: > On 6/26/2025 4:57 PM, Sairaj Kodilkar wrote: > > On 6/21/2025 4:50 AM, David Matlack wrote: > >> +/* > >> + * Limit the number of MSIs enabled/disabled by the test regardless > >> of the > >> + * number of MSIs the device itself supports, e.

Re: [PATCH 03/33] vfio: selftests: Introduce vfio_pci_device_test

2025-06-26 Thread Sairaj Kodilkar
On 6/26/2025 4:57 PM, Sairaj Kodilkar wrote: On 6/21/2025 4:50 AM, David Matlack wrote: Introduce a basic VFIO selftest called vfio_pci_device_test to demonstrate the functionality of the VFIO selftest library and provide some test coverage of basic VFIO operations, including:   - Mapping an

Re: [PATCH 03/33] vfio: selftests: Introduce vfio_pci_device_test

2025-06-26 Thread Sairaj Kodilkar
On 6/21/2025 4:50 AM, David Matlack wrote: Introduce a basic VFIO selftest called vfio_pci_device_test to demonstrate the functionality of the VFIO selftest library and provide some test coverage of basic VFIO operations, including: - Mapping and unmapping DMA - Mapping and unmapping BARs