eal: move bitmap from sched library
authorPavan Bhagavatula <pbhagavatula@caviumnetworks.com>
Thu, 21 Sep 2017 11:50:20 +0000 (17:20 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 12 Oct 2017 20:31:33 +0000 (22:31 +0200)
commitbc48589e47be0311fe1ba56e262ae68fe599bb7b
tree674c1726eb188c762e33c1e9b91230eab7937b48
parent1cd28daf8216725444f59df9862ac267f5593337
eal: move bitmap from sched library

The librte_sched uses rte_bitmap to manage large arrays of bits in an
optimized method so, moving it to eal/common would allow other libraries
and applications to use it.

Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
MAINTAINERS
lib/librte_eal/common/Makefile
lib/librte_eal/common/include/rte_bitmap.h [new file with mode: 0644]
lib/librte_sched/Makefile
lib/librte_sched/rte_bitmap.h [deleted file]
lib/librte_sched/rte_sched.c