Re: [dpdk-users] Performance of rte_eth_stats_get

2021-07-14 Thread Alireza Sanaee
On 19/05/2021 17:06, Stephen Hemminger wrote: On Wed, 19 May 2021 15:14:38 + "Van Haaren, Harry" wrote: -Original Message- From: users On Behalf Of Filip Janiszewski Sent: Wednesday, May 19, 2021 2:10 PM To: users@dpdk.org Subject: [dpdk-users] Performance of rte_eth

Re: [dpdk-users] Performance of rte_eth_stats_get

2021-05-19 Thread Stephen Hemminger
On Wed, 19 May 2021 15:14:38 + "Van Haaren, Harry" wrote: > > -Original Message- > > From: users On Behalf Of Filip Janiszewski > > Sent: Wednesday, May 19, 2021 2:10 PM > > To: users@dpdk.org > > Subject: [dpdk-users] Perf

Re: [dpdk-users] Performance of rte_eth_stats_get

2021-05-19 Thread Van Haaren, Harry
> -Original Message- > From: users On Behalf Of Filip Janiszewski > Sent: Wednesday, May 19, 2021 2:10 PM > To: users@dpdk.org > Subject: [dpdk-users] Performance of rte_eth_stats_get > > Hi, > > Is it safe to call rte_eth_stats_get while capturing fro

[dpdk-users] Performance of rte_eth_stats_get

2021-05-19 Thread Filip Janiszewski
Hi, Is it safe to call rte_eth_stats_get while capturing from the port? I'm mostly concerned about performance, if rte_eth_stats_get will in any way impact the port performance, in the application I plan to call the function from a thread that is not directly involved in the capture, there's