Re: [PATCH 3/3] lib: support N as end of range in bitmap_parselist()

2021-01-26 Thread Paul Gortmaker
[Re: [PATCH 3/3] lib: support N as end of range in bitmap_parselist()] On 22/01/2021 (Fri 15:08) Yury Norov wrote: > On Thu, Jan 21, 2021 at 8:44 PM Paul Gortmaker > wrote: > > > > [Re: [PATCH 3/3] lib: support N as end of range in bitmap_parselist()] On > > 21/01/202

Re: [PATCH 3/3] lib: support N as end of range in bitmap_parselist()

2021-01-22 Thread Yury Norov
On Thu, Jan 21, 2021 at 8:44 PM Paul Gortmaker wrote: > > [Re: [PATCH 3/3] lib: support N as end of range in bitmap_parselist()] On > 21/01/2021 (Thu 16:29) Yury Norov wrote: > > > On Thu, Jan 21, 2021 at 2:34 PM Paul Gortmaker > > wrote: > > > > > &g

Re: [PATCH 3/3] lib: support N as end of range in bitmap_parselist()

2021-01-21 Thread Paul Gortmaker
[Re: [PATCH 3/3] lib: support N as end of range in bitmap_parselist()] On 21/01/2021 (Thu 16:29) Yury Norov wrote: > On Thu, Jan 21, 2021 at 2:34 PM Paul Gortmaker > wrote: > > > > While this is done for all bitmaps, the original use case in mind was > > for CPU

Re: [PATCH 3/3] lib: support N as end of range in bitmap_parselist()

2021-01-21 Thread Yury Norov
On Thu, Jan 21, 2021 at 2:34 PM Paul Gortmaker wrote: > > While this is done for all bitmaps, the original use case in mind was > for CPU masks and cpulist_parse(). Credit to Yury who suggested to > push it down from CPU subsys to bitmap - it simplified things a lot. Can you convert your credit

[PATCH 3/3] lib: support N as end of range in bitmap_parselist()

2021-01-21 Thread Paul Gortmaker
While this is done for all bitmaps, the original use case in mind was for CPU masks and cpulist_parse(). Credit to Yury who suggested to push it down from CPU subsys to bitmap - it simplified things a lot. It seems that a common configuration is to use the 1st couple cores for housekeeping tasks,