[dpdk-dev] [PATCH 0/2] eal/bitmap: support reverse bitmap scan

Vivek Sharma vivek.sharma at caviumnetworks.com
Tue Oct 9 09:54:57 CEST 2018


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



More information about the dev mailing list