Re: [PATCH v2 0/7] Allocate memmap from hotadded memory (per device)

2021-02-22 Thread Oscar Salvador
On Mon, Feb 22, 2021 at 12:28:22PM +0100, David Hildenbrand wrote: > -EBUSY, will try having a look this week! sure, thanks for the effort David ;-) -- Oscar Salvador SUSE L3

Re: [PATCH v2 0/7] Allocate memmap from hotadded memory (per device)

2021-02-22 Thread David Hildenbrand
On 22.02.21 12:15, Oscar Salvador wrote: On Wed, Feb 17, 2021 at 11:18:59AM +0100, Oscar Salvador wrote: On Tue, Feb 09, 2021 at 02:38:47PM +0100, Oscar Salvador wrote: Hi, here is v2. Changes from v1 -> v2 - Addressed feedback from David - Fence off the feature in case struct page size

Re: [PATCH v2 0/7] Allocate memmap from hotadded memory (per device)

2021-02-22 Thread Oscar Salvador
On Wed, Feb 17, 2021 at 11:18:59AM +0100, Oscar Salvador wrote: > On Tue, Feb 09, 2021 at 02:38:47PM +0100, Oscar Salvador wrote: > > Hi, > > > > here is v2. > > > > Changes from v1 -> v2 > > - Addressed feedback from David > > - Fence off the feature in case struct page size is not > >

Re: [PATCH v2 0/7] Allocate memmap from hotadded memory (per device)

2021-02-17 Thread Oscar Salvador
On Tue, Feb 09, 2021 at 02:38:47PM +0100, Oscar Salvador wrote: > Hi, > > here is v2. > > Changes from v1 -> v2 > - Addressed feedback from David > - Fence off the feature in case struct page size is not >multiple of PMD size or pageblock alignment cannot be guaranted > - Tested on x86_64

[PATCH v2 0/7] Allocate memmap from hotadded memory (per device)

2021-02-09 Thread Oscar Salvador
Hi, here is v2. Changes from v1 -> v2 - Addressed feedback from David - Fence off the feature in case struct page size is not multiple of PMD size or pageblock alignment cannot be guaranted - Tested on x86_64 small and large memory_blocks - Tested on arm64 4KB and 64KB page sizes (for