mbox

[0/2] eal/bitmap: support reverse bitmap scan

Message ID 1539071699-29963-1-git-send-email-vivek.sharma@caviumnetworks.com (mailing list archive)
Headers

Message

Vivek Sharma Oct. 9, 2018, 7:54 a.m. UTC
  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(-)