Re: [RFC] Dynamic log/trace control via telemetry

2022-08-20 Thread Dmitry Kozlyuk
2022-08-17 17:34 (UTC+0200), Morten Brørup: > > From: Dmitry Kozlyuk [mailto:dmitry.kozl...@gmail.com] > > Sent: Wednesday, 17 August 2022 17.15 > > > > 2022-08-16 19:08 (UTC-0700), Stephen Hemminger: > > > Not sure if turning telemetry into a do all control api makes sense. > > > > I'm sure

[PATCH] x86: rte_mov256 was missing for AVX2

2022-08-20 Thread Morten Brørup
The rte_mov256 function was missing for AVX2. Does nobody build test for AVX2 and check the compiler output? Signed-off-by: Morten Brørup --- lib/eal/x86/include/rte_memcpy.h | 17 + 1 file changed, 17 insertions(+) diff --git a/lib/eal/x86/include/rte_memcpy.h b/lib/eal/x86/inc

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