[dpdk-dev] [PATCH v3 1/3] eal: move bitmap from lib sched

Dumitrescu, Cristian cristian.dumitrescu at intel.com
Thu Sep 21 16:03:44 CEST 2017



> -----Original Message-----
> From: Pavan Nikhilesh [mailto:pbhagavatula at caviumnetworks.com]
> Sent: Thursday, September 21, 2017 12:50 PM
> To: Dumitrescu, Cristian <cristian.dumitrescu at intel.com>;
> stephen at networkplumber.org
> Cc: dev at dpdk.org; Pavan Bhagavatula
> <pbhagavatula at caviumnetworks.com>
> Subject: [dpdk-dev] [PATCH v3 1/3] eal: move bitmap from lib sched
> 
> From: Pavan Bhagavatula <pbhagavatula at caviumnetworks.com>
> 
> 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 at caviumnetworks.com>
> ---
> 
> v3 changes:
>  - address review comments
> 
> v2 changes:
>  - undo rte_bitmap.h cosmetic changes
>  - update maintainer info
> 
>  lib/librte_eal/common/Makefile                               | 1 +
>  lib/{librte_sched => librte_eal/common/include}/rte_bitmap.h | 0
>  lib/librte_sched/Makefile                                    | 2 +-
>  lib/librte_sched/rte_sched.c                                 | 2 +-
>  4 files changed, 3 insertions(+), 2 deletions(-)
>  rename lib/{librte_sched => librte_eal/common/include}/rte_bitmap.h
> (100%)
> 

Thanks very much, Pavan!

Series Acked-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>



More information about the dev mailing list