[PATCH v7] eal/ppc: fix compilation for musl

2022-05-14 Thread Duncan Bellamy
musl lacks __ppc_get_timebase() but has __builtin_ppc_get_timebase() Signed-off-by: Duncan Bellamy --- lib/eal/ppc/include/rte_cycles.h | 7 ++ lib/eal/ppc/rte_cycles.c | 39 2 files changed, 46 insertions(+) diff --git a/lib/eal/ppc/include/rte_cyc

Re: [PATCH] event/dlb2: allow CQ depths up to 1024

2022-05-14 Thread Jerin Jacob
On Sat, Apr 9, 2022 at 8:43 PM Timothy McDaniel wrote: > > Updated to allow overriding the default CQ depth of 32. Since there are > only 2048 DLB history list entries, increasing the cq depth decreases > the number of available ldb ports to 2048/max_cq_depth. Resource query > will take this into

Re: [PATCH] event/dlb2: add support for single 512B write of 4 QEs

2022-05-14 Thread Jerin Jacob
On Sat, Apr 9, 2022 at 8:48 PM Timothy McDaniel wrote: > > On Xeon, as 512b accesses are available, movdir64 instruction is able to > perform 512b read and write to DLB producer port. In order for movdir64 > to be able to pull its data from store buffers (store-buffer-forwarding) > (before actual

Re: [PATCH 1/1] common/cnxk: added new macros to platform layer

2022-05-14 Thread Jerin Jacob
On Tue, Apr 12, 2022 at 11:12 PM Srikanth Yalavarthi wrote: > > Added new macros for pointer operations, bitwise operations, > spinlocks and 32 bit read and write. > > Signed-off-by: Srikanth Yalavarthi > --- > drivers/common/cnxk/roc_bits.h | 12 > drivers/common/cnxk/roc_platf

Re: [PATCH] event/cnxk: fix out of bounds access

2022-05-14 Thread Jerin Jacob
On Sun, Apr 24, 2022 at 9:55 PM Gowrishankar Muthukrishnan wrote: > > Fix out of bounds array access reporrted in coverity scan. Fixed reported typo > > Coverity issue: 375817 > Fixes: 2351506401e ("event/cnxk: add SSO selftest and dump") > > Signed-off-by: Gowrishankar Muthukrishnan Acked-by

Re: [PATCH] libpcapng: fix timestamp wrapping in output files

2022-05-14 Thread Quentin Armitage
On Wed, 2022-05-11 at 09:46 -0700, Stephen Hemminger wrote: > On Sat,  7 May 2022 17:12:36 +0100 > Quentin Armitage wrote: > > > In pcap_tsc_to_ns(), delta * NSEC_PER_SEC will overflow approx 8 > > seconds after pcap_init is called when using a TSC with a frequency > > of 2.5GHz. > > > > To avoi