Re: [dpdk-users] rte_latency_stats (metrics library)

2019-08-21 Thread Pattan, Reshma
> -Original Message- > From: Arvind Narayanan [mailto:webguru2...@gmail.com] > Sent: Saturday, August 3, 2019 11:27 PM > To: users > Cc: Pattan, Reshma > Subject: rte_latency_stats (metrics library) > > Hi, > > I am trying to play with latency statistics library (a wrapper around > rt

[dpdk-users] rte_latency_stats (metrics library)

2019-08-03 Thread Arvind Narayanan
Hi, I am trying to play with latency statistics library (a wrapper around rte_metrics lib). Whenever I try to retrieve values using rte_latencystats_get(), all the stats are 0. Even after rte_latencystats_update() still no effect on the stats. Does this library need NIC driver support? Any help w