All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vlastimil Babka <vbabka@suse.cz>
To: Joonsoo Kim <iamjoonsoo.kim@lge.com>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: Mel Gorman <mgorman@suse.de>,
	David Rientjes <rientjes@google.com>,
	Rik van Riel <riel@redhat.com>,
	linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/4] enhance compaction success rate
Date: Mon, 08 Dec 2014 10:16:34 +0100	[thread overview]
Message-ID: <54856C72.4040705@suse.cz> (raw)
In-Reply-To: <1418022980-4584-1-git-send-email-iamjoonsoo.kim@lge.com>

On 12/08/2014 08:16 AM, Joonsoo Kim wrote:
> This patchset aims at increase of compaction success rate. Changes are
> related to compaction finish condition and freepage isolation condition.
>
>  From these changes, I did stress highalloc test in mmtests with nonmovable
> order 7 allocation configuration, and success rate (%) at phase 1 are,
>
> Base	Patch-1	Patch-3	Patch-4
> 55.00	57.00	62.67	64.00
>
> And, compaction success rate (%) on same test are,
>
> Base	Patch-1	Patch-3	Patch-4
> 18.47	28.94	35.13	41.50

Did you test Patch-2 separately? Any difference to Patch 1?

> This patchset is based on my tracepoint update on compaction.
>
> https://lkml.org/lkml/2014/12/3/71
>
> Joonsoo Kim (4):
>    mm/compaction: fix wrong order check in compact_finished()
>    mm/page_alloc: expands broken freepage to proper buddy list when
>      steal
>    mm/compaction: enhance compaction finish condition
>    mm/compaction: stop the isolation when we isolate enough freepage
>
>   include/linux/mmzone.h      |    3 ++
>   include/trace/events/kmem.h |    7 +++--
>   mm/compaction.c             |   48 ++++++++++++++++++++++------
>   mm/internal.h               |    1 +
>   mm/page_alloc.c             |   73 +++++++++++++++++++++++++------------------
>   5 files changed, 89 insertions(+), 43 deletions(-)
>

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

WARNING: multiple messages have this Message-ID (diff)
From: Vlastimil Babka <vbabka@suse.cz>
To: Joonsoo Kim <iamjoonsoo.kim@lge.com>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: Mel Gorman <mgorman@suse.de>,
	David Rientjes <rientjes@google.com>,
	Rik van Riel <riel@redhat.com>,
	linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/4] enhance compaction success rate
Date: Mon, 08 Dec 2014 10:16:34 +0100	[thread overview]
Message-ID: <54856C72.4040705@suse.cz> (raw)
In-Reply-To: <1418022980-4584-1-git-send-email-iamjoonsoo.kim@lge.com>

On 12/08/2014 08:16 AM, Joonsoo Kim wrote:
> This patchset aims at increase of compaction success rate. Changes are
> related to compaction finish condition and freepage isolation condition.
>
>  From these changes, I did stress highalloc test in mmtests with nonmovable
> order 7 allocation configuration, and success rate (%) at phase 1 are,
>
> Base	Patch-1	Patch-3	Patch-4
> 55.00	57.00	62.67	64.00
>
> And, compaction success rate (%) on same test are,
>
> Base	Patch-1	Patch-3	Patch-4
> 18.47	28.94	35.13	41.50

Did you test Patch-2 separately? Any difference to Patch 1?

> This patchset is based on my tracepoint update on compaction.
>
> https://lkml.org/lkml/2014/12/3/71
>
> Joonsoo Kim (4):
>    mm/compaction: fix wrong order check in compact_finished()
>    mm/page_alloc: expands broken freepage to proper buddy list when
>      steal
>    mm/compaction: enhance compaction finish condition
>    mm/compaction: stop the isolation when we isolate enough freepage
>
>   include/linux/mmzone.h      |    3 ++
>   include/trace/events/kmem.h |    7 +++--
>   mm/compaction.c             |   48 ++++++++++++++++++++++------
>   mm/internal.h               |    1 +
>   mm/page_alloc.c             |   73 +++++++++++++++++++++++++------------------
>   5 files changed, 89 insertions(+), 43 deletions(-)
>


  parent reply	other threads:[~2014-12-08  9:16 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-08  7:16 [PATCH 0/4] enhance compaction success rate Joonsoo Kim
2014-12-08  7:16 ` Joonsoo Kim
2014-12-08  7:16 ` [PATCH 1/4] mm/compaction: fix wrong order check in compact_finished() Joonsoo Kim
2014-12-08  7:16   ` Joonsoo Kim
2014-12-08  7:16   ` Joonsoo Kim
2014-12-08  9:06   ` Vlastimil Babka
2014-12-08  9:06     ` Vlastimil Babka
2014-12-08  7:16 ` [PATCH 2/4] mm/page_alloc: expands broken freepage to proper buddy list when steal Joonsoo Kim
2014-12-08  7:16   ` Joonsoo Kim
2014-12-08  9:29   ` Vlastimil Babka
2014-12-08  9:29     ` Vlastimil Babka
2014-12-10  6:38     ` Joonsoo Kim
2014-12-10  6:38       ` Joonsoo Kim
2014-12-10  9:55       ` Vlastimil Babka
2014-12-10  9:55         ` Vlastimil Babka
2015-01-27  7:35       ` Vlastimil Babka
2015-01-27  7:35         ` Vlastimil Babka
2015-01-27  8:34         ` Joonsoo Kim
2015-01-27  8:34           ` Joonsoo Kim
2015-01-27  8:36           ` Vlastimil Babka
2015-01-27  8:36             ` Vlastimil Babka
2014-12-08  7:16 ` [PATCH 3/4] mm/compaction: enhance compaction finish condition Joonsoo Kim
2014-12-08  7:16   ` Joonsoo Kim
2014-12-08  9:34   ` Vlastimil Babka
2014-12-08  9:34     ` Vlastimil Babka
2014-12-10  6:46     ` Joonsoo Kim
2014-12-10  6:46       ` Joonsoo Kim
2014-12-08  7:16 ` [PATCH 4/4] mm/compaction: stop the isolation when we isolate enough freepage Joonsoo Kim
2014-12-08  7:16   ` Joonsoo Kim
2014-12-08  9:59   ` Vlastimil Babka
2014-12-08  9:59     ` Vlastimil Babka
2014-12-10  7:00     ` Joonsoo Kim
2014-12-10  7:00       ` Joonsoo Kim
2014-12-10 15:19       ` Vlastimil Babka
2014-12-10 15:19         ` Vlastimil Babka
2014-12-11  3:09         ` Joonsoo Kim
2014-12-11  3:09           ` Joonsoo Kim
2014-12-08  9:16 ` Vlastimil Babka [this message]
2014-12-08  9:16   ` [PATCH 0/4] enhance compaction success rate Vlastimil Babka
2014-12-10  6:36   ` Joonsoo Kim
2014-12-10  6:36     ` Joonsoo Kim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54856C72.4040705@suse.cz \
    --to=vbabka@suse.cz \
    --cc=akpm@linux-foundation.org \
    --cc=iamjoonsoo.kim@lge.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mgorman@suse.de \
    --cc=riel@redhat.com \
    --cc=rientjes@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.