Re: [RFC 0/4] enable migration of non-LRU pages

2015-06-05 Thread Rafael Aquini
On Tue, Jun 02, 2015 at 04:27:40PM +0900, Gioh Kim wrote: Hello, This series try to enable migration of non-LRU pages, such as driver's page. My ARM-based platform occured severe fragmentation problem after long-term (several days) test. Sometimes even order-3 page allocation failed. It

Re: [RFC 0/4] enable migration of non-LRU pages

2015-06-05 Thread Gioh Kim
On Tue, Jun 02, 2015 at 04:27:40PM +0900, Gioh Kim wrote: Hello, This series try to enable migration of non-LRU pages, such as driver's page. My ARM-based platform occured severe fragmentation problem after long-term (several days) test. Sometimes even order-3 page allocation failed. It has

Re: [RFC 0/4] enable migration of non-LRU pages

2015-06-05 Thread Rafael Aquini
On Fri, Jun 05, 2015 at 11:35:49PM +0900, Gioh Kim wrote: On Tue, Jun 02, 2015 at 04:27:40PM +0900, Gioh Kim wrote: Hello, This series try to enable migration of non-LRU pages, such as driver's page. My ARM-based platform occured severe fragmentation problem after long-term (several days)