Re: [dpdk-dev] [PATCH] net/mlx5: fix file path location of HW counters

2020-07-20 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Shy Shyman > Sent: Wednesday, July 15, 2020 1:51 PM > To: dev@dpdk.org > Cc: Slava Ovsiienko ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/mlx5: fix file path location of HW counters > > When debuggi

Re: [dpdk-dev] [PATCH] net/mlx5: fix file path location of HW counters

2020-07-15 Thread Slava Ovsiienko
> -Original Message- > From: Shy Shyman > Sent: Wednesday, July 15, 2020 13:51 > To: dev@dpdk.org > Cc: Slava Ovsiienko ; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix file path location of HW counters > > When debugging performance of a DPDK application the user may need to > view the

[dpdk-dev] [PATCH] net/mlx5: fix file path location of HW counters

2020-07-15 Thread Shy Shyman
When debugging performance of a DPDK application the user may need to view the different statistics of DPDK(for example out_of_buffer) This can be enabled by using testpmd command 'show port xstats ' for example. The current implementation assumes legacy mode in which the counters are at //hw_coun

[dpdk-dev] [PATCH] net/mlx5: fix file path location of HW counters

2020-07-15 Thread Shy Shyman
When debugging performance of a DPDK application the user may need to view the different statistics of DPDK(for example out_of_buffer) This can be enabled by using testpmd command 'show port xstats ' for example. The current implementation assumes legacy mode in which the counters are at //hw_coun