DPDK patches and discussions
 help / color / mirror / Atom feed
From: Vivek Sharma <vivek.sharma@caviumnetworks.com>
To: dev@dpdk.org
Cc: cristian.dumitrescu@intel.com,
	Vivek Sharma <vivek.sharma@caviumnetworks.com>
Subject: [dpdk-dev] [PATCH 0/2] eal/bitmap: support reverse bitmap scan
Date: Tue,  9 Oct 2018 13:24:57 +0530	[thread overview]
Message-ID: <1539071699-29963-1-git-send-email-vivek.sharma@caviumnetworks.com> (raw)

This patchset implements the support for reverse bitmap scanning along with
test support. Reverse scanning is quite useful when bit position signifies
an ordering according to some attribute, e.g., priority ordering.

Prerequisite:
* Note that this patchset is dependent on patch:-
  'http://patches.dpdk.org/patch/45307/'

Vivek Sharma (2):
  eal/bitmap: support bitmap reverse scanning
  test/bitmap: implement reverse bitmap scan test

 lib/librte_eal/common/include/rte_bitmap.h | 164 +++++++++++++++++++++++++----
 test/test/test_bitmap.c                    |  71 ++++++++++++-
 2 files changed, 213 insertions(+), 22 deletions(-)

-- 
2.7.4

             reply	other threads:[~2018-10-09  7:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-09  7:54 Vivek Sharma [this message]
2018-10-09  7:54 ` [dpdk-dev] [PATCH 1/2] eal/bitmap: support bitmap reverse scanning Vivek Sharma
2018-10-09  7:54 ` [dpdk-dev] [PATCH 2/2] test/bitmap: implement reverse bitmap scan test Vivek Sharma
2023-06-12  2:23 ` [dpdk-dev] [PATCH 0/2] eal/bitmap: support reverse bitmap scan Stephen Hemminger

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=1539071699-29963-1-git-send-email-vivek.sharma@caviumnetworks.com \
    --to=vivek.sharma@caviumnetworks.com \
    --cc=cristian.dumitrescu@intel.com \
    --cc=dev@dpdk.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).