]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commit
xen-blkfront: move negotiate_mq to cover all cases of new VBDs
authorBhavesh Davda <bhavesh.davda@oracle.com>
Fri, 22 Dec 2017 22:17:13 +0000 (14:17 -0800)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 7 Mar 2018 20:51:24 +0000 (15:51 -0500)
commit7ed8ce1c5fc7cf25b3602c73bef897a3466a6645
tree4a205df8e0a971cb16a9aac10a1e5c5aefd76b40
parentbebc6082da0a9f5d47a1ea2edc099bf671058bd4
xen-blkfront: move negotiate_mq to cover all cases of new VBDs

negotiate_mq should happen in all cases of a new VBD being discovered by
xen-blkfront, whether called through _probe() or a hot-attached new VBD
from dom-0 via xenstore. Otherwise, hot-attached new VBDs are left
configured without multi-queue.

Signed-off-by: Bhavesh Davda <bhavesh.davda@oracle.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/block/xen-blkfront.c