commit | 210d150e1f5da506875e376422ba31ead2d49621 | [log] [tgz] |
---|---|---|
author | Jiang Liu <jiang.liu@linux.intel.com> | Thu Jun 04 16:41:44 2015 +0800 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu Jun 04 14:47:49 2015 +0200 |
tree | 7922be7bde9ecd9380de4973bad251833d957c7c | |
parent | 8a7b19d8b542b87bccc3eaaf81dcc90a5ca48aea [diff] |
virtio_pci: Clear stale cpumask when setting irq affinity The cpumask vp_dev->msix_affinity_masks[info->msix_vector] may contain staled information when vp_set_vq_affinity() gets called, so clear it before setting the new cpu bit mask. Cc: stable@vger.kernel.org Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>