On Thu, Jan 06, 2022 at 01:35:03PM -0800, Dan Williams wrote: > On Mon, Jan 3, 2022 at 12:11 PM <alison.schofi...@intel.com> wrote: > > > > unsigned offset; > > bool verbose; > > + unsigned long long volatile_size; > > This should be a string. > > See parse_size64() that handles suffixes like K,M,G,T, so you can do > things like "cxl set-partition -s 256M" and behave like the other > "--size" options in ndctl.
Got it. Thanks! This will fix a couple of pesky UI things I was worried about.