[PATCH] eal: make eal_parse_coremask external

2022-08-19 Thread Timothy McDaniel
DLB2 has a need to parse a user supplied coremask as part of an optimization that associates optimal core/resource pairs. Therefore eal_parse_coremask has been renamed to rte_eal_parse_coremask and exported. Signed-off-by: Timothy McDaniel --- lib/eal/common/eal_common_options.c | 6 +++--- lib

[PATCH] eal: make eal_parse_coremask external

2022-09-14 Thread Abdullah Sevincer
DLB2 has a need to parse a user supplied coremask as part of an optimization that associates optimal core/resource pairs. Therefore eal_parse_coremask has been renamed to rte_eal_parse_coremask and exported. Signed-off-by: Abdullah Sevincer --- lib/eal/common/eal_common_options.c | 6 +++--- li

Re: [PATCH] eal: make eal_parse_coremask external

2022-09-23 Thread David Marchand
Hello Abdullah, On Thu, Sep 15, 2022 at 5:39 AM Abdullah Sevincer wrote: > > DLB2 has a need to parse a user supplied coremask as part > of an optimization that associates optimal core/resource > pairs. Therefore eal_parse_coremask has been renamed > to rte_eal_parse_coremask and exported. Plea

Re: [PATCH] eal: make eal_parse_coremask external

2022-08-20 Thread Dmitry Kozlyuk
2022-08-19 17:33 (UTC-0500), Timothy McDaniel: > DLB2 has a need to parse a user supplied coremask as part > of an optimization that associates optimal core/resource > pairs. Therefore eal_parse_coremask has been renamed > to rte_eal_parse_coremask and exported. INTERNAL would be sufficient since