From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH v5 0/4] Add support Weighted Round Robin for blkcg and nvme Date: Tue, 31 Mar 2020 11:54:09 -0400 Message-ID: <20200331155409.GU162390@mtj.duckdns.org> References: <20200204154200.GA5831@redsun51.ssa.fujisawa.hgst.com> <20200331143635.GS162390@mtj.duckdns.org> <20200331155139.GT162390@mtj.duckdns.org> <20200331155257.GA22994@lst.de> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=SHD4oM9r2sY9bG2/tzxFgd57vQnlmusmcQcj5Ymeb3s=; b=Z4CMhZHYQT1X347W8+1lC5u9LQ5mHIJZphRCvvEblXanKGSYoIkW7bTLK+NbufhxbM 2qTH+w3XzPzvREJaLy4ve4EYsiykme0xfAhW2/8gEYRErstb+RePZcICGsRbuvJimOOl 833WeRueB3PLEY+SgL7+vhNTHVKz6fJEzzYfuNjKf8gJgFv7KfkVyAIKDO0vaZ3eWbgC 6pOvT/qG4HwaDX0vLCp55yLR4xjOYPj0tIiDh1RWy5JPcHOVrwCOzEkwDijahfSdP77i e1R2YOIK1+aHNMGlYER963UFU4JKSxL+NRgZb/BQ1j4MV3pb4QF30GRBpSmzfinzgv+k o7jw== Content-Disposition: inline In-Reply-To: <20200331155257.GA22994-jcswGhMUV9g@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Christoph Hellwig Cc: Weiping Zhang , Keith Busch , Jens Axboe , Bart Van Assche , Minwoo Im , Thomas Gleixner , Ming Lei , "Nadolski, Edmund" , linux-block-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-nvme-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org On Tue, Mar 31, 2020 at 05:52:57PM +0200, Christoph Hellwig wrote: > On Tue, Mar 31, 2020 at 11:51:39AM -0400, Tejun Heo wrote: > > Hello, > > > > On Tue, Mar 31, 2020 at 11:47:41PM +0800, Weiping Zhang wrote: > > > Do you means drop the "io.wrr" or "blkio.wrr" in cgroup, and use a > > > dedicated interface > > > like /dev/xxx or /proc/xxx? > > > > Yes, something along that line. Given that it's nvme specific, it'd be best if > > the interface reflects that too - e.g. through a file under > > /sys/block/nvme*/device/. Jens, Christoph, what do you guys think? > > I'm pretty sure I voiced my opinion before - I think the NVMe WRR > queueing concept is completely broken and I do not thing we should > support it at all. Ah, okay, I completely forgot about that. I don't have a strong opinion either way. Thanks. -- tejun