Re: [PATCH v2 6/6] vfio: selftests: Add tests to validate SR-IOV UAPI

From: Raghavendra Rao Ananta

Date: Fri Dec 12 2025 - 13:22:29 EST


On Wed, Dec 10, 2025 at 10:14 AM Raghavendra Rao Ananta
<rananta@xxxxxxxxxx> wrote:
>
> +FIXTURE_SETUP(vfio_pci_sriov_uapi_test)
> +{
> + int nr_vfs;
> + int ret;
> +
'ret' is unused in the function. I'll remove it in v3.

Thank you.
Raghavendra