DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] eal/bitmap: support reverse bitmap scan
@ 2018-10-09  7:54 Vivek Sharma
  2018-10-09  7:54 ` [dpdk-dev] [PATCH 1/2] eal/bitmap: support bitmap reverse scanning Vivek Sharma
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vivek Sharma @ 2018-10-09  7:54 UTC (permalink / raw)
  To: dev; +Cc: cristian.dumitrescu, Vivek Sharma

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-12  2:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-09  7:54 [dpdk-dev] [PATCH 0/2] eal/bitmap: support reverse bitmap scan Vivek Sharma
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

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).