From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Date: Fri, 1 May 2020 17:47:02 +0300 From: Alexey Dobriyan Subject: Re: [PATCH 1/7] zbd: bump ZBD_MAX_OPEN_ZONES Message-ID: <20200501144702.GA15160@avx2> References: <20200430124050.20146-1-adobriyan@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: To: Damien Le Moal Cc: "axboe@kernel.dk" , "fio@vger.kernel.org" List-ID: On Fri, May 01, 2020 at 01:19:10AM +0000, Damien Le Moal wrote: > On 2020/04/30 21:41, Alexey Dobriyan wrote: > > -#define ZBD_MAX_OPEN_ZONES 128 > > +#define ZBD_MAX_OPEN_ZONES 4096 > > > > /* > > * Zoned block device models. > > > > Makes sense. ZNS will will need this. Oh yeah :^) 128 opened zones doesn't cut it. > Note: You did not send a cover letter for the series. Please add it for the next > round. There is no cover letter, fixes are really independent.