eal: fix bitmap documentation
authorJerin Jacob <jerin.jacob@caviumnetworks.com>
Tue, 17 Jul 2018 17:14:17 +0000 (22:44 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 5 Aug 2018 18:10:12 +0000 (20:10 +0200)
commitebaa25f0700e95063d783911d30c476a1c86d336
treec87d8466d3661417bbf38d9622033c67853accde
parent4a6e683c4c69904214cce6de97b32d209ef95711
eal: fix bitmap documentation

n_bits comes as first argument, align doxygen comment.

n_bit need to not be multiple of 512 as n_bits
are rounding to RTE_BITMAP_CL_BIT_SIZE.

Fixes: 14456f59e9f7 ("doc: fix doxygen warnings in QoS API")
Fixes: de3cfa2c9823 ("sched: initial import")
Cc: stable@dpdk.org
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
lib/librte_eal/common/include/rte_bitmap.h