qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 08/15] hw/nvme: Implement the Function Level Reset


From: Keith Busch
Subject: Re: [PATCH v2 08/15] hw/nvme: Implement the Function Level Reset
Date: Tue, 16 Nov 2021 13:28:19 -0800

On Tue, Nov 16, 2021 at 04:34:39PM +0100, Łukasz Gieryk wrote:
>      if (!pci_is_vf(&n->parent_obj) && n->params.sriov_max_vfs) {
> -        pcie_sriov_pf_disable_vfs(&n->parent_obj);
> +        if (rst != NVME_RESET_CONTROLLER) {
> +            pcie_sriov_pf_disable_vfs(&n->parent_obj);

Shouldn't this be 'if (rst == NVME_RESET_FUNCTION)'?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]