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


Groups > linux.kernel > #1386059

Re: [PATCH v2] z3fold: the 3-fold allocator for compressed pages

From Vlastimil Babka <vbabka@suse.cz>
Newsgroups linux.kernel
Subject Re: [PATCH v2] z3fold: the 3-fold allocator for compressed pages
Date 2016-04-25 09:30 +0200
Message-ID <rrJ7Y-1L3-7@gated-at.bofh.it> (permalink)
References <rpAsa-4Gq-11@gated-at.bofh.it> <rqwcO-yV-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 04/22/2016 01:22 AM, Andrew Morton wrote:
> On Tue, 19 Apr 2016 11:48:45 +0200 Vitaly Wool <vitalywool@gmail.com> wrote:
>
>> This patch introduces z3fold, a special purpose allocator for storing
>> compressed pages. It is designed to store up to three compressed pages per
>> physical page. It is a ZBUD derivative which allows for higher compression
>> ratio keeping the simplicity and determinism of its predecessor.
>>
>> The main differences between z3fold and zbud are:
>> * unlike zbud, z3fold allows for up to PAGE_SIZE allocations
>> * z3fold can hold up to 3 compressed pages in its page
>>
>> This patch comes as a follow-up to the discussions at the Embedded Linux
>> Conference in San-Diego related to the talk [1]. The outcome of these
>> discussions was that it would be good to have a compressed page allocator
>> as stable and deterministic as zbud with with higher compression ratio.
>>
>> To keep the determinism and simplicity, z3fold, just like zbud, always
>> stores an integral number of compressed pages per page, but it can store
>> up to 3 pages unlike zbud which can store at most 2. Therefore the
>> compression ratio goes to around 2.5x while zbud's one is around 1.7x.
>>
>> The patch is based on the latest linux.git tree.
>>
>> This version of the patch has updates related to various concurrency fixes
>> made after intensive testing on SMP/HMP platforms.
>>
>> [1]https://openiotelc2016.sched.org/event/6DAC/swapping-and-embedded-compression-relieves-the-pressure-vitaly-wool-softprise-consulting-ou
>>
>
> So...  why don't we just replace zbud with z3fold?  (Update the changelog
> to answer this rather obvious question, please!)

There was discussion between Seth and Vitaly on v1. Without me knowing 
the details myself, it looked like Seth's objections were addressed, but 
then the thread died. I think there should first be a more clear answer 
from Seth whether z3fold really looks like a clear win (i.e. not 
workload-dependent) over zbud, in which case zbud could be extended?

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


Thread

[PATCH v2] z3fold: the 3-fold allocator for compressed pages Vitaly Wool <vitalywool@gmail.com> - 2016-04-19 11:50 +0200
  Re: [PATCH v2] z3fold: the 3-fold allocator for compressed pages Andrew Morton <akpm@linux-foundation.org> - 2016-04-22 01:30 +0200
    Re: [PATCH v2] z3fold: the 3-fold allocator for compressed pages Vlastimil Babka <vbabka@suse.cz> - 2016-04-25 09:30 +0200
      Re: [PATCH v2] z3fold: the 3-fold allocator for compressed pages Seth Jennings <sjenning@redhat.com> - 2016-04-25 17:00 +0200
      Re: [PATCH v2] z3fold: the 3-fold allocator for compressed pages Vitaly Wool <vitalywool@gmail.com> - 2016-04-25 17:10 +0200

csiph-web