Re: [ndctl PATCH 09/10] libdaxctl: add an API to online memory in a non-movable state

2019-10-18 Thread Dan Williams
On Wed, Oct 2, 2019 at 4:49 PM Vishal Verma wrote: > > Some users may want additional control over the state in which memory > gets onlined - specifically, controlling the 'movable' aspect of the > resulting memory blocks. > > Until now, libdaxctl only brought up memory in the 'movable' state.

[ndctl PATCH 09/10] libdaxctl: add an API to online memory in a non-movable state

2019-10-02 Thread Vishal Verma
Some users may want additional control over the state in which memory gets onlined - specifically, controlling the 'movable' aspect of the resulting memory blocks. Until now, libdaxctl only brought up memory in the 'movable' state. Add a new interface to online memory in the non-movable state.