Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1716383 > unrolled thread
| Started by | Christoph Hellwig <hch@lst.de> |
|---|---|
| First post | 2017-08-21 14:10 +0200 |
| Last post | 2017-08-21 14:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: system hung up when offlining CPUs Christoph Hellwig <hch@lst.de> - 2017-08-21 14:10 +0200
| From | Christoph Hellwig <hch@lst.de> |
|---|---|
| Date | 2017-08-21 14:10 +0200 |
| Subject | Re: system hung up when offlining CPUs |
| Message-ID | <ugTGP-4d6-39@gated-at.bofh.it> |
Hi Marc, in general the driver should know not to use the queue / irq, as blk-mq will never schedule I/O to queues that have no online cpus. The real bugs seems to be that we're using affinity for a device that only has one real queue (as the config queue should not have affinity). Let me dig into what's going on here with virtio.
Back to top | Article view | linux.kernel
csiph-web