On Thu, 2015-04-16 at 10:49 -0600, Linda wrote:
> On 4/16/2015 8:45 AM, Wei Liu wrote:
> > On Thu, Apr 16, 2015 at 08:40:52AM -0600, Linda wrote:
> >> On 4/16/2015 8:34 AM, Ian Campbell wrote:
> >>> On Wed, 2015-04-15 at 11:02 -0600, Linda Jacobson wrote:
> New functions to provide logical and
On 4/16/2015 8:45 AM, Wei Liu wrote:
On Thu, Apr 16, 2015 at 08:40:52AM -0600, Linda wrote:
On 4/16/2015 8:34 AM, Ian Campbell wrote:
On Wed, 2015-04-15 at 11:02 -0600, Linda Jacobson wrote:
New functions to provide logical and and or of two bitmaps functions can be
used in vNUMA configuration
On 4/16/2015 8:34 AM, Ian Campbell wrote:
On Wed, 2015-04-15 at 11:02 -0600, Linda Jacobson wrote:
New functions to provide logical and and or of two bitmaps functions can be
used in vNUMA configuration check function.
I don't think that really justifies adding them, since we aren't
actually us
On Thu, Apr 16, 2015 at 08:40:52AM -0600, Linda wrote:
> On 4/16/2015 8:34 AM, Ian Campbell wrote:
> >On Wed, 2015-04-15 at 11:02 -0600, Linda Jacobson wrote:
> >>New functions to provide logical and and or of two bitmaps functions can be
> >>used in vNUMA configuration check function.
> >I don't t
On Wed, 2015-04-15 at 11:02 -0600, Linda Jacobson wrote:
> New functions to provide logical and and or of two bitmaps functions can be
> used in vNUMA configuration check function.
I don't think that really justifies adding them, since we aren't
actually using them for that now, how about:
New functions to provide logical and and or of two bitmaps functions can be
used in vNUMA configuration check function. They are also generally useful, so
they have been made as public API.
Signed-off-by: Linda Jacobson
---
v.1 The new functions were added.
v.2 The comments and format were corr