From: "Huang\, Ying" <ying.huang@intel.com>
To: "Kirill A. Shutemov" <kirill@shutemov.name>
Cc: "Huang, Ying" <ying.huang@intel.com>,
Andrew Morton <akpm@linux-foundation.org>,
tim.c.chen@intel.com, dave.hansen@intel.com,
andi.kleen@intel.com, aaron.lu@intel.com, linux-mm@kvack.org,
linux-kernel@vger.kernel.org, Hugh Dickins <hughd@google.com>,
Shaohua Li <shli@kernel.org>, Minchan Kim <minchan@kernel.org>,
Rik van Riel <riel@redhat.com>,
Andrea Arcangeli <aarcange@redhat.com>,
"Kirill A . Shutemov" <kirill.shutemov@linux.intel.com>,
Vladimir Davydov <vdavydov@virtuozzo.com>,
Johannes Weiner <hannes@cmpxchg.org>,
Michal Hocko <mhocko@kernel.org>
Subject: Re: [PATCH -v5 0/9] THP swap: Delay splitting THP during swapping out
Date: Tue, 22 Nov 2016 08:46:50 +0800 [thread overview]
Message-ID: <87ziksibnp.fsf@yhuang-dev.intel.com> (raw)
In-Reply-To: <20161121121457.GA8425@node.shutemov.name> (Kirill A. Shutemov's message of "Mon, 21 Nov 2016 15:14:57 +0300")
"Kirill A. Shutemov" <kirill@shutemov.name> writes:
> On Wed, Nov 16, 2016 at 11:10:48AM +0800, Huang, Ying wrote:
>> From: Huang Ying <ying.huang@intel.com>
>>
>> This patchset is to optimize the performance of Transparent Huge Page
>> (THP) swap.
>>
>> Hi, Andrew, could you help me to check whether the overall design is
>> reasonable?
>>
>> Hi, Hugh, Shaohua, Minchan and Rik, could you help me to review the
>> swap part of the patchset? Especially [1/9], [3/9], [4/9], [5/9],
>> [6/9], [9/9].
>>
>> Hi, Andrea and Kirill, could you help me to review the THP part of the
>> patchset? Especially [2/9], [7/9] and [8/9].
>
> Feel free to use my Acked-by for 7/9 and 8/9.
>
> 2/9 is more about swap/memcg. It would be better someone else would look
> on this.
Thanks!
Best Regards,
Huang, Ying
--
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: "Huang\, Ying" <ying.huang@intel.com>
To: "Kirill A. Shutemov" <kirill@shutemov.name>
Cc: "Huang\, Ying" <ying.huang@intel.com>,
Andrew Morton <akpm@linux-foundation.org>, <tim.c.chen@intel.com>,
<dave.hansen@intel.com>, <andi.kleen@intel.com>,
<aaron.lu@intel.com>, <linux-mm@kvack.org>,
<linux-kernel@vger.kernel.org>, Hugh Dickins <hughd@google.com>,
Shaohua Li <shli@kernel.org>, Minchan Kim <minchan@kernel.org>,
Rik van Riel <riel@redhat.com>,
Andrea Arcangeli <aarcange@redhat.com>,
"Kirill A . Shutemov" <kirill.shutemov@linux.intel.com>,
Vladimir Davydov <vdavydov@virtuozzo.com>,
Johannes Weiner <hannes@cmpxchg.org>,
Michal Hocko <mhocko@kernel.org>
Subject: Re: [PATCH -v5 0/9] THP swap: Delay splitting THP during swapping out
Date: Tue, 22 Nov 2016 08:46:50 +0800 [thread overview]
Message-ID: <87ziksibnp.fsf@yhuang-dev.intel.com> (raw)
In-Reply-To: <20161121121457.GA8425@node.shutemov.name> (Kirill A. Shutemov's message of "Mon, 21 Nov 2016 15:14:57 +0300")
"Kirill A. Shutemov" <kirill@shutemov.name> writes:
> On Wed, Nov 16, 2016 at 11:10:48AM +0800, Huang, Ying wrote:
>> From: Huang Ying <ying.huang@intel.com>
>>
>> This patchset is to optimize the performance of Transparent Huge Page
>> (THP) swap.
>>
>> Hi, Andrew, could you help me to check whether the overall design is
>> reasonable?
>>
>> Hi, Hugh, Shaohua, Minchan and Rik, could you help me to review the
>> swap part of the patchset? Especially [1/9], [3/9], [4/9], [5/9],
>> [6/9], [9/9].
>>
>> Hi, Andrea and Kirill, could you help me to review the THP part of the
>> patchset? Especially [2/9], [7/9] and [8/9].
>
> Feel free to use my Acked-by for 7/9 and 8/9.
>
> 2/9 is more about swap/memcg. It would be better someone else would look
> on this.
Thanks!
Best Regards,
Huang, Ying
next prev parent reply other threads:[~2016-11-22 0:46 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-16 3:10 [PATCH -v5 0/9] THP swap: Delay splitting THP during swapping out Huang, Ying
2016-11-16 3:10 ` Huang, Ying
2016-11-16 3:10 ` [PATCH -v5 1/9] mm, swap: Make swap cluster size same of THP size on x86_64 Huang, Ying
2016-11-16 3:10 ` Huang, Ying
2016-11-16 3:10 ` [PATCH -v5 2/9] mm, memcg: Support to charge/uncharge multiple swap entries Huang, Ying
2016-11-16 3:10 ` Huang, Ying
2016-11-16 3:10 ` [PATCH -v5 3/9] mm, THP, swap: Add swap cluster allocate/free functions Huang, Ying
2016-11-16 3:10 ` Huang, Ying
2016-11-16 3:10 ` [PATCH -v5 4/9] mm, THP, swap: Add get_huge_swap_page() Huang, Ying
2016-11-16 3:10 ` Huang, Ying
2016-11-16 3:10 ` [PATCH -v5 5/9] mm, THP, swap: Support to clear SWAP_HAS_CACHE for huge page Huang, Ying
2016-11-16 3:10 ` Huang, Ying
2016-11-16 3:10 ` [PATCH -v5 6/9] mm, THP, swap: Support to add/delete THP to/from swap cache Huang, Ying
2016-11-16 3:10 ` Huang, Ying
2016-11-16 3:10 ` [PATCH -v5 7/9] mm, THP: Add can_split_huge_page() Huang, Ying
2016-11-16 3:10 ` Huang, Ying
2016-11-16 3:10 ` [PATCH -v5 8/9] mm, THP, swap: Support to split THP in swap cache Huang, Ying
2016-11-16 3:10 ` Huang, Ying
2016-11-16 3:10 ` [PATCH -v5 9/9] mm, THP, swap: Delay splitting THP during swap out Huang, Ying
2016-11-16 3:10 ` Huang, Ying
2016-11-21 12:14 ` [PATCH -v5 0/9] THP swap: Delay splitting THP during swapping out Kirill A. Shutemov
2016-11-21 12:14 ` Kirill A. Shutemov
2016-11-22 0:46 ` Huang, Ying [this message]
2016-11-22 0:46 ` Huang, Ying
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=87ziksibnp.fsf@yhuang-dev.intel.com \
--to=ying.huang@intel.com \
--cc=aarcange@redhat.com \
--cc=aaron.lu@intel.com \
--cc=akpm@linux-foundation.org \
--cc=andi.kleen@intel.com \
--cc=dave.hansen@intel.com \
--cc=hannes@cmpxchg.org \
--cc=hughd@google.com \
--cc=kirill.shutemov@linux.intel.com \
--cc=kirill@shutemov.name \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mhocko@kernel.org \
--cc=minchan@kernel.org \
--cc=riel@redhat.com \
--cc=shli@kernel.org \
--cc=tim.c.chen@intel.com \
--cc=vdavydov@virtuozzo.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.