Re: [PATCH ndctl v1 0/8] daxctl: Add device align and range mapping allocation

2020-12-17 Thread Verma, Vishal L
On Thu, 2020-12-17 at 11:23 +, Joao Martins wrote: > > The provisioning flow additions has some questions open about the daxctl > user interface. To summarize: > > 1) Should we always list mappings, or only list them with a -v option? Or > maybe instead of -v to use instead a new -M option

Re: [PATCH ndctl v1 0/8] daxctl: Add device align and range mapping allocation

2020-12-17 Thread Joao Martins
On 12/16/20 11:42 PM, Dan Williams wrote: > On Wed, Dec 16, 2020 at 2:54 PM Joao Martins > wrote: >> On 12/16/20 10:31 PM, Dan Williams wrote: >>> On Wed, Dec 16, 2020 at 1:51 PM Joao Martins >>> wrote: On 12/16/20 6:42 PM, Verma, Vishal L wrote: > On Wed, 2020-12-16 at 11:39 +,

Re: [PATCH ndctl v1 0/8] daxctl: Add device align and range mapping allocation

2020-12-16 Thread Dan Williams
On Wed, Dec 16, 2020 at 2:54 PM Joao Martins wrote: > > On 12/16/20 10:31 PM, Dan Williams wrote: > > On Wed, Dec 16, 2020 at 1:51 PM Joao Martins > > wrote: > >> > >> On 12/16/20 6:42 PM, Verma, Vishal L wrote: > >>> On Wed, 2020-12-16 at 11:39 +, Joao Martins wrote: > On 7/16/20 7:46

Re: [PATCH ndctl v1 0/8] daxctl: Add device align and range mapping allocation

2020-12-16 Thread Joao Martins
On 12/16/20 10:31 PM, Dan Williams wrote: > On Wed, Dec 16, 2020 at 1:51 PM Joao Martins > wrote: >> >> On 12/16/20 6:42 PM, Verma, Vishal L wrote: >>> On Wed, 2020-12-16 at 11:39 +, Joao Martins wrote: On 7/16/20 7:46 PM, Joao Martins wrote: > Hey, > > This series builds on

Re: [PATCH ndctl v1 0/8] daxctl: Add device align and range mapping allocation

2020-12-16 Thread Dan Williams
On Wed, Dec 16, 2020 at 1:51 PM Joao Martins wrote: > > On 12/16/20 6:42 PM, Verma, Vishal L wrote: > > On Wed, 2020-12-16 at 11:39 +, Joao Martins wrote: > >> On 7/16/20 7:46 PM, Joao Martins wrote: > >>> Hey, > >>> > >>> This series builds on top of this one[0] and does the following > >>>

Re: [PATCH ndctl v1 0/8] daxctl: Add device align and range mapping allocation

2020-12-16 Thread Joao Martins
On 12/16/20 6:42 PM, Verma, Vishal L wrote: > On Wed, 2020-12-16 at 11:39 +, Joao Martins wrote: >> On 7/16/20 7:46 PM, Joao Martins wrote: >>> Hey, >>> >>> This series builds on top of this one[0] and does the following improvements >>> to the Soft-Reserved subdivision: >>> >>> 1) Support

Re: [PATCH ndctl v1 0/8] daxctl: Add device align and range mapping allocation

2020-12-16 Thread Joao Martins
On 12/16/20 7:13 PM, Dan Williams wrote: > On Wed, Dec 16, 2020 at 3:41 AM Joao Martins > wrote: >> >> On 7/16/20 7:46 PM, Joao Martins wrote: >>> Hey, >>> >>> This series builds on top of this one[0] and does the following improvements >>> to the Soft-Reserved subdivision: >>> >>> 1) Support

Re: [PATCH ndctl v1 0/8] daxctl: Add device align and range mapping allocation

2020-12-16 Thread Dan Williams
On Wed, Dec 16, 2020 at 3:41 AM Joao Martins wrote: > > On 7/16/20 7:46 PM, Joao Martins wrote: > > Hey, > > > > This series builds on top of this one[0] and does the following improvements > > to the Soft-Reserved subdivision: > > > > 1) Support for {create,reconfigure}-device for selecting

Re: [PATCH ndctl v1 0/8] daxctl: Add device align and range mapping allocation

2020-12-16 Thread Verma, Vishal L
On Wed, 2020-12-16 at 11:39 +, Joao Martins wrote: > On 7/16/20 7:46 PM, Joao Martins wrote: > > Hey, > > > > This series builds on top of this one[0] and does the following improvements > > to the Soft-Reserved subdivision: > > > > 1) Support for {create,reconfigure}-device for selecting

Re: [PATCH ndctl v1 0/8] daxctl: Add device align and range mapping allocation

2020-12-16 Thread Joao Martins
On 7/16/20 7:46 PM, Joao Martins wrote: > Hey, > > This series builds on top of this one[0] and does the following improvements > to the Soft-Reserved subdivision: > > 1) Support for {create,reconfigure}-device for selecting @align (hugepage > size). > Here we add a '-a|--align 4K|2M|1G'

[PATCH ndctl v1 0/8] daxctl: Add device align and range mapping allocation

2020-07-16 Thread Joao Martins
Hey, This series builds on top of this one[0] and does the following improvements to the Soft-Reserved subdivision: 1) Support for {create,reconfigure}-device for selecting @align (hugepage size). Here we add a '-a|--align 4K|2M|1G' option to the existing commands; 2) Listing improvements