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


Groups > linux.kernel > #1209468

Re: [PATCH 0/2] block: Reinstate BLK_DEF_MAX_SECTORS

From Jens Axboe <axboe@kernel.dk>
Newsgroups linux.kernel
Subject Re: [PATCH 0/2] block: Reinstate BLK_DEF_MAX_SECTORS
Date 2015-08-18 22:30 +0200
Message-ID <pYVGa-62-7@gated-at.bofh.it> (permalink)
References <pX5Tk-3pd-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 08/13/2015 11:57 AM, Jeff Moyer wrote:
> Commit 34b48db66e08 (block: remove artificial max_hw_sectors cap)
> caused performance regressions for streaming I/O workloads across
> a range of storage from SATA disks to enterprise storage arrays.
> I was unable to actually show a performance gain for any storage
> I have access to.  However, the patch was introduced to boost
> performance on software RAID over SATA disks, and I don't have
> access to such a configuration.
>
> The compromise is to reinstate BLK_DEF_MAX_SECTORS, but to bump it
> up to 2560 from 1024.  This number should allow full stripe writes
> to 10 data disks with a chunk size of 128KB, and at the same time
> does not regress the storage I have access to.
>
> [PATCH 1/2] Revert "block: remove artifical max_hw_sectors cap"
> [PATCH 2/2] block: bump BLK_DEF_MAX_SECTORS to 2560

Thanks, I added both. A bit annoying though, but better to fix up the 
perf regression now.

-- 
Jens Axboe

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] block: Reinstate BLK_DEF_MAX_SECTORS Jeff Moyer <jmoyer@redhat.com> - 2015-08-13 21:00 +0200
  [PATCH 2/2] block: bump BLK_DEF_MAX_SECTORS to 2560 Jeff Moyer <jmoyer@redhat.com> - 2015-08-13 21:00 +0200
  [PATCH 1/2] Revert "block: remove artifical max_hw_sectors cap" Jeff Moyer <jmoyer@redhat.com> - 2015-08-13 21:00 +0200
    Re: [PATCH 1/2] Revert "block: remove artifical max_hw_sectors cap" Ed Cashin <ed.cashin@acm.org> - 2015-08-15 03:20 +0200
  Re: [PATCH 0/2] block: Reinstate BLK_DEF_MAX_SECTORS Jens Axboe <axboe@kernel.dk> - 2015-08-18 22:30 +0200

csiph-web