Re: [PATCH 2/2] virtio-scsi: reset virtqueue affinity when doing cpu hotplug
From: Paolo Bonzini <pbonzini@redhat.com>
Date: 2013-02-06 17:27:43
Also in:
kvm, lkml, virtualization
From: Paolo Bonzini <pbonzini@redhat.com>
Date: 2013-02-06 17:27:43
Also in:
kvm, lkml, virtualization
Il 16/01/2013 04:55, Wanlong Gao ha scritto:
quoted
quoted
quoted
quoted
Add hot cpu notifier to reset the request virtqueue affinity when doing cpu hotplug.You need to be careful to get_online_cpus() and put_online_cpus() here, so CPUs can't go up and down in the middle of operations. In particular, get_online_cpus()/put_online_cpus() around calls to virtscsi_set_affinity() (except within notifiers).Yes, I'll take care of this, thank you.
I squashed patch 1 (plus changes to get/put_online_cpus) in my multiqueue series, and applied this one as a separate patch. Paolo