Re: [PATCH -v3 01/10] mm, swap: Make swap cluster size same of THP size on x86_64

2016-09-22 Thread Johannes Weiner
Hi Ying, On Tue, Sep 20, 2016 at 10:01:30AM +0800, Huang, Ying wrote: > It appears all patches other than [10/10] in the series is used by the > last patch [10/10], directly or indirectly. And Without [10/10], they > don't make much sense. So you suggest me to use one large patch? > Something

Re: [PATCH -v3 01/10] mm, swap: Make swap cluster size same of THP size on x86_64

2016-09-22 Thread Johannes Weiner
Hi Ying, On Tue, Sep 20, 2016 at 10:01:30AM +0800, Huang, Ying wrote: > It appears all patches other than [10/10] in the series is used by the > last patch [10/10], directly or indirectly. And Without [10/10], they > don't make much sense. So you suggest me to use one large patch? > Something

Re: [PATCH -v3 01/10] mm, swap: Make swap cluster size same of THP size on x86_64

2016-09-19 Thread Huang, Ying
Hi, Johannes, Johannes Weiner writes: > On Thu, Sep 08, 2016 at 11:15:52AM +0530, Anshuman Khandual wrote: >> On 09/07/2016 10:16 PM, Huang, Ying wrote: >> > From: Huang Ying >> > >> > In this patch, the size of the swap cluster is changed to that of

Re: [PATCH -v3 01/10] mm, swap: Make swap cluster size same of THP size on x86_64

2016-09-19 Thread Huang, Ying
Hi, Johannes, Johannes Weiner writes: > On Thu, Sep 08, 2016 at 11:15:52AM +0530, Anshuman Khandual wrote: >> On 09/07/2016 10:16 PM, Huang, Ying wrote: >> > From: Huang Ying >> > >> > In this patch, the size of the swap cluster is changed to that of the >> > THP (Transparent Huge Page) on

Re: [PATCH -v3 01/10] mm, swap: Make swap cluster size same of THP size on x86_64

2016-09-19 Thread Johannes Weiner
On Thu, Sep 08, 2016 at 11:15:52AM +0530, Anshuman Khandual wrote: > On 09/07/2016 10:16 PM, Huang, Ying wrote: > > From: Huang Ying > > > > In this patch, the size of the swap cluster is changed to that of the > > THP (Transparent Huge Page) on x86_64 architecture (512).

Re: [PATCH -v3 01/10] mm, swap: Make swap cluster size same of THP size on x86_64

2016-09-19 Thread Johannes Weiner
On Thu, Sep 08, 2016 at 11:15:52AM +0530, Anshuman Khandual wrote: > On 09/07/2016 10:16 PM, Huang, Ying wrote: > > From: Huang Ying > > > > In this patch, the size of the swap cluster is changed to that of the > > THP (Transparent Huge Page) on x86_64 architecture (512). This is for > > the

Re: [PATCH -v3 01/10] mm, swap: Make swap cluster size same of THP size on x86_64

2016-09-08 Thread Huang, Ying
Anshuman Khandual writes: > On 09/07/2016 10:16 PM, Huang, Ying wrote: >> From: Huang Ying >> >> In this patch, the size of the swap cluster is changed to that of the >> THP (Transparent Huge Page) on x86_64 architecture (512). This is for >>

Re: [PATCH -v3 01/10] mm, swap: Make swap cluster size same of THP size on x86_64

2016-09-08 Thread Huang, Ying
Anshuman Khandual writes: > On 09/07/2016 10:16 PM, Huang, Ying wrote: >> From: Huang Ying >> >> In this patch, the size of the swap cluster is changed to that of the >> THP (Transparent Huge Page) on x86_64 architecture (512). This is for >> the THP swap support on x86_64. Where one swap

Re: [PATCH -v3 01/10] mm, swap: Make swap cluster size same of THP size on x86_64

2016-09-08 Thread Huang, Ying
"Kirill A. Shutemov" writes: > On Wed, Sep 07, 2016 at 09:46:00AM -0700, Huang, Ying wrote: >> From: Huang Ying >> >> In this patch, the size of the swap cluster is changed to that of the >> THP (Transparent Huge Page) on x86_64 architecture (512).

Re: [PATCH -v3 01/10] mm, swap: Make swap cluster size same of THP size on x86_64

2016-09-08 Thread Huang, Ying
"Kirill A. Shutemov" writes: > On Wed, Sep 07, 2016 at 09:46:00AM -0700, Huang, Ying wrote: >> From: Huang Ying >> >> In this patch, the size of the swap cluster is changed to that of the >> THP (Transparent Huge Page) on x86_64 architecture (512). This is for >> the THP swap support on

Re: [PATCH -v3 01/10] mm, swap: Make swap cluster size same of THP size on x86_64

2016-09-08 Thread Huang, Ying
"Kirill A. Shutemov" writes: > On Wed, Sep 07, 2016 at 09:46:00AM -0700, Huang, Ying wrote: >> From: Huang Ying >> >> In this patch, the size of the swap cluster is changed to that of the >> THP (Transparent Huge Page) on x86_64 architecture (512).

Re: [PATCH -v3 01/10] mm, swap: Make swap cluster size same of THP size on x86_64

2016-09-08 Thread Huang, Ying
"Kirill A. Shutemov" writes: > On Wed, Sep 07, 2016 at 09:46:00AM -0700, Huang, Ying wrote: >> From: Huang Ying >> >> In this patch, the size of the swap cluster is changed to that of the >> THP (Transparent Huge Page) on x86_64 architecture (512). This is for >> the THP swap support on

Re: [PATCH -v3 01/10] mm, swap: Make swap cluster size same of THP size on x86_64

2016-09-08 Thread Kirill A. Shutemov
On Wed, Sep 07, 2016 at 09:46:00AM -0700, Huang, Ying wrote: > From: Huang Ying > > In this patch, the size of the swap cluster is changed to that of the > THP (Transparent Huge Page) on x86_64 architecture (512). This is for > the THP swap support on x86_64. Where one

Re: [PATCH -v3 01/10] mm, swap: Make swap cluster size same of THP size on x86_64

2016-09-08 Thread Kirill A. Shutemov
On Wed, Sep 07, 2016 at 09:46:00AM -0700, Huang, Ying wrote: > From: Huang Ying > > In this patch, the size of the swap cluster is changed to that of the > THP (Transparent Huge Page) on x86_64 architecture (512). This is for > the THP swap support on x86_64. Where one swap cluster will be

Re: [PATCH -v3 01/10] mm, swap: Make swap cluster size same of THP size on x86_64

2016-09-08 Thread Kirill A. Shutemov
On Wed, Sep 07, 2016 at 09:46:00AM -0700, Huang, Ying wrote: > From: Huang Ying > > In this patch, the size of the swap cluster is changed to that of the > THP (Transparent Huge Page) on x86_64 architecture (512). This is for > the THP swap support on x86_64. Where one

Re: [PATCH -v3 01/10] mm, swap: Make swap cluster size same of THP size on x86_64

2016-09-08 Thread Kirill A. Shutemov
On Wed, Sep 07, 2016 at 09:46:00AM -0700, Huang, Ying wrote: > From: Huang Ying > > In this patch, the size of the swap cluster is changed to that of the > THP (Transparent Huge Page) on x86_64 architecture (512). This is for > the THP swap support on x86_64. Where one swap cluster will be

Re: [PATCH -v3 01/10] mm, swap: Make swap cluster size same of THP size on x86_64

2016-09-08 Thread Anshuman Khandual
On 09/07/2016 10:16 PM, Huang, Ying wrote: > From: Huang Ying > > In this patch, the size of the swap cluster is changed to that of the > THP (Transparent Huge Page) on x86_64 architecture (512). This is for > the THP swap support on x86_64. Where one swap cluster will be

Re: [PATCH -v3 01/10] mm, swap: Make swap cluster size same of THP size on x86_64

2016-09-08 Thread Anshuman Khandual
On 09/07/2016 10:16 PM, Huang, Ying wrote: > From: Huang Ying > > In this patch, the size of the swap cluster is changed to that of the > THP (Transparent Huge Page) on x86_64 architecture (512). This is for > the THP swap support on x86_64. Where one swap cluster will be used to > hold the

Re: [PATCH -v3 01/10] mm, swap: Make swap cluster size same of THP size on x86_64

2016-09-08 Thread Anshuman Khandual
On 09/07/2016 10:16 PM, Huang, Ying wrote: > From: Huang Ying > > In this patch, the size of the swap cluster is changed to that of the > THP (Transparent Huge Page) on x86_64 architecture (512). This is for > the THP swap support on x86_64. Where one swap cluster will be

Re: [PATCH -v3 01/10] mm, swap: Make swap cluster size same of THP size on x86_64

2016-09-08 Thread Anshuman Khandual
On 09/07/2016 10:16 PM, Huang, Ying wrote: > From: Huang Ying > > In this patch, the size of the swap cluster is changed to that of the > THP (Transparent Huge Page) on x86_64 architecture (512). This is for > the THP swap support on x86_64. Where one swap cluster will be used to > hold the