From: Wei Yang <richardw.yang@linux.intel.com>
To: Peter Xu <zhexu@redhat.com>
Cc: quintela@redhat.com, corentincj@iksaif.net, pl@kamp.de,
qemu-devel@nongnu.org, kraxel@redhat.com, pbonzini@redhat.com,
Wei Yang <richardw.yang@linux.intel.com>
Subject: Re: [Qemu-devel] [RESEND][PATCH] bitmap: get last word mask from nr directly
Date: Wed, 17 Jul 2019 13:46:47 +0800 [thread overview]
Message-ID: <20190717054647.GA19479@richard> (raw)
In-Reply-To: <20190717031155.GE30980@xz-x1>
On Wed, Jul 17, 2019 at 11:11:55AM +0800, Peter Xu wrote:
>On Wed, Jul 17, 2019 at 10:46:37AM +0800, Wei Yang wrote:
>> On Wed, Jul 17, 2019 at 09:59:10AM +0800, Peter Xu wrote:
>> >On Wed, Jul 17, 2019 at 09:29:02AM +0800, Wei Yang wrote:
>> >> The value left in nr is the number of bits for the last word, which
>> >> could be calculate the last word mask directly.
>> >
>> >Is it true even if start does not align to BITS_PER_LONG?
>> >
>>
>> Yes. Let me see how to explain this.
>>
>> When you look into the definition of BITMAP_LAST_WORD_MASK, it takes the
>> number of total bits and give the number of bits in last word. While the value
>> matters for the input is the number of last word. This means the following
>> equation stands
>>
>> BITMAP_LAST_WORD_MASK(size) == BITMAP_FIRST_WORD_MASK(size % BITS_PER_LONG)
>>
>> Now let look at the calculation for nr. In each iteration, nr will be
>> truncated to be aligned to BITS_PER_LONG. So when we exit the loop, nr keeps
>> the number of bits in last word.
>>
>> So we can leverage the result, no matter the start is aligned or not.
>
>Yes, you are right.
>
>Do you have plan to write some unit tests for these functions? :)
>
>It'll be tests/test-bitmap.c. IMHO the test cases could be even more
>helpful to the QEMU project as a whole comparing to this patch to
>guarantee changes like your patch won't break.
Let me have a try. :-)
>
>At the meantime I think you can also do that to bitmap_set_atomic.
>
>Thanks,
>
>--
>Peter Xu
--
Wei Yang
Help you, Help me
prev parent reply other threads:[~2019-07-17 5:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-17 1:29 [Qemu-devel] [RESEND][PATCH] bitmap: get last word mask from nr directly Wei Yang
2019-07-17 1:59 ` Peter Xu
2019-07-17 2:46 ` Wei Yang
2019-07-17 3:11 ` Peter Xu
2019-07-17 5:46 ` Wei Yang [this message]
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=20190717054647.GA19479@richard \
--to=richardw.yang@linux.intel.com \
--cc=corentincj@iksaif.net \
--cc=kraxel@redhat.com \
--cc=pbonzini@redhat.com \
--cc=pl@kamp.de \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
--cc=zhexu@redhat.com \
/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.