Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1716383 > unrolled thread

Re: system hung up when offlining CPUs

Started byChristoph Hellwig <hch@lst.de>
First post2017-08-21 14:10 +0200
Last post2017-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.


Contents

  Re: system hung up when offlining CPUs Christoph Hellwig <hch@lst.de> - 2017-08-21 14:10 +0200

#1716383 — Re: system hung up when offlining CPUs

FromChristoph Hellwig <hch@lst.de>
Date2017-08-21 14:10 +0200
SubjectRe: 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.

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web