All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linda <lindaj@jma3.com>
To: Wei Liu <wei.liu2@citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>,
	stefano.stabellini@eu.citrix.com, lars.kurth.xen@gmail.com,
	julien.grall@citrix.com, ian.jackson@citrix.com,
	xen-devel@lists.xenproject.org
Subject: Re: [PATCH v7] libxl: provide libxl_bitmap_{or,and}
Date: Thu, 16 Apr 2015 10:49:17 -0600	[thread overview]
Message-ID: <552FE80D.9000908@jma3.com> (raw)
In-Reply-To: <20150416144557.GF13154@zion.uk.xensource.com>

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 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.
>>>          These are generically useful utility functions added to the
>>>          public API for the benefit of libxl's users.
>>>          In the future they may also be useful internally, e.g. in the
>>>          vNUMA configuration check function.
>>>
>>> If you are happy with that, and there's no other reason to resend, then
>>> I can switch in that text as I commit.
>> I'm fine with this.  If Wei and Julien are, please go ahead.
> Julien is away now. I'm of course fine with this -- it's your
> contribution after all, you have the final say. :-)
Then, Ian, please, go ahead.
>
> And congratulations to you for getting first patch accepted!

Why, thank you.

Linda
>
> Wei.
>
>>>> Signed-off-by: Linda Jacobson <lindaj@jma3.com>
>>>>
>>>> ---
>>>>
>>>> v.1 The new functions were added.
>>>> v.2 The comments and format were corrected.
>>>> v.3 The bitmap functions were rewritten to manipulate bytes not bits.
>>>> v.4 Several non-modified parameters, and local variables were changed to const
>>>>      Also the code formatting was fixed.
>>>> v.5 The commit subject line now has versions and is simpler.
>>>> v.6 All descriptions in the commit history are now complete sentences.
>>>>      Extraneous blank lines are gone.
>>>> v.7 Added LIBXL_BIT_HAVE_AND_OR to libxl.h; deleted extraneous comment in
>>>>      libxl_utils.h; and updated the commit log to include the uses for these
>>>>      functions
>>>> ---
>>>>   tools/libxl/libxl.h       |  9 ++++++
>>>>   tools/libxl/libxl_utils.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++
>>>>   tools/libxl/libxl_utils.h |  6 ++++
>>>>   3 files changed, 85 insertions(+)
>>>>
>>>> diff --git a/tools/libxl/libxl.h b/tools/libxl/libxl.h
>>>> index 5eec092..1fb9549 100644
>>>> --- a/tools/libxl/libxl.h
>>>> +++ b/tools/libxl/libxl.h
>>>> @@ -84,6 +84,15 @@
>>>>   #define LIBXL_HAVE_CPUPOOL_QUALIFIER_TO_CPUPOOLID 1
>>>>   /*
>>>> + *
>>>> + * LIBXL_HAVE_BITMAP_AND_OR
>>>> + *
>>>> + * If this is defined, libxl has two libarary functions, libxl_bitmap_and
>>> "library".
>>>
>>> (again, can fix on commit)
>> Thanks for catching the typo.
>>
>> Linda Jacobson
>>> Other than those:
>>> Acked-by: Ian Campbell <ian.campbell@citrix.com>
>>>
>>>
>>>

  reply	other threads:[~2015-04-16 17:12 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-15 17:02 [PATCH v7] libxl: provide libxl_bitmap_{or,and} Linda Jacobson
2015-04-16 14:34 ` Ian Campbell
2015-04-16 14:40   ` Linda
2015-04-16 14:45     ` Wei Liu
2015-04-16 16:49       ` Linda [this message]
2015-04-22 14:21         ` Ian Campbell
2015-06-03 15:24 ` clarification of xen Wiki article Linda
2015-06-04  9:58   ` Ian Campbell
2015-06-04 10:35     ` Wei Liu
2015-06-04 11:31       ` Wei Liu
2015-06-04 11:35         ` Ian Campbell
2015-06-04 11:46           ` Wei Liu
2015-06-04 11:15     ` Linda
2015-06-11  1:45   ` grant tables and driver handshaking Linda
2015-06-11 10:43     ` Wei Liu
2015-06-11 12:32       ` Linda
2015-06-11 16:24         ` Wei Liu
2015-06-11 16:38           ` Ian Campbell
2015-06-11 17:11             ` Linda

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=552FE80D.9000908@jma3.com \
    --to=lindaj@jma3.com \
    --cc=ian.campbell@citrix.com \
    --cc=ian.jackson@citrix.com \
    --cc=julien.grall@citrix.com \
    --cc=lars.kurth.xen@gmail.com \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.