Re: [dpdk-dev] [PATCH] latencystats: fix latency calculation for multithread

2020-01-19 Thread Thomas Monjalon
05/12/2019 18:18, Reshma Pattan: > Make latency calculation multithread safe by > using spinlock. > > Fixes: 5cd3cac9ed ("latency: added new library for latency stats") > Cc: sta...@dpdk.org > > Signed-off-by: reshma pattan Applied, thanks

[dpdk-dev] [PATCH] latencystats: fix latency calculation for multithread

2019-12-05 Thread Reshma Pattan
Make latency calculation multithread safe by using spinlock. Fixes: 5cd3cac9ed ("latency: added new library for latency stats") Cc: sta...@dpdk.org Signed-off-by: reshma pattan --- lib/librte_latencystats/rte_latencystats.c | 4 1 file changed, 4 insertions(+) diff --git a/lib/librte_late