Re: [PATCH 0/3] eal: small rte_common.h fixes and cleanup

2022-08-22 Thread Bruce Richardson
On Sun, Aug 21, 2022 at 11:50:06PM +0300, Dmitry Kozlyuk wrote: > Dmitry Kozlyuk (3): > eal: fix pointer arithmetic with an expression argument > eal: uninline rte_str_to_size > eal: deduplicate roundup code > > app/test/test_common.c | 11 > lib/eal/common/eal_comm

[PATCH 0/3] eal: small rte_common.h fixes and cleanup

2022-08-21 Thread Dmitry Kozlyuk
Dmitry Kozlyuk (3): eal: fix pointer arithmetic with an expression argument eal: uninline rte_str_to_size eal: deduplicate roundup code app/test/test_common.c | 11 lib/eal/common/eal_common_string_fns.c | 32 ++ lib/eal/include/rte_common.h