]> git.baikalelectronics.ru Git - kernel.git/commit
vDPA/ifcvf: decouple vq IRQ releasers from the adapter
authorZhu Lingshan <lingshan.zhu@intel.com>
Fri, 25 Nov 2022 14:57:16 +0000 (22:57 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 11 Mar 2023 12:55:41 +0000 (13:55 +0100)
commit4ed639798f3331d56d7ba8d8d837b5551f71668d
treecd1e280bba56aa6e0cfe065917e92c350d02421f
parent4dc4f28ed6cb9d56217ca7dcac9a0839930cfc8b
vDPA/ifcvf: decouple vq IRQ releasers from the adapter

commit 83b24869990e7301c65272397f8021a02aa47fd8 upstream.

This commit decouples the IRQ releasers from the
adapter, so that these functions could be
safely invoked once probe

Signed-off-by: Zhu Lingshan <lingshan.zhu@intel.com>
Cc: stable@vger.kernel.org
Message-Id: <20221125145724.1129962-5-lingshan.zhu@intel.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/vdpa/ifcvf/ifcvf_main.c