[dpdk-dev] Not getting statistics for all queues.

2015-03-06 Thread Gonzalez Monroy, Sergio
On 05/03/2015 10:57, Alexandra Sava wrote: > ping :-) ? Any thoughts about this ? > Sorry for the delay. I'm not able to reproduce your issue with testpmd app. I gather that you are using your own app, have you tried to use testpmd to get queue stats? If so, what command line options did you

[dpdk-dev] Not getting statistics for all queues.

2015-03-05 Thread Alexandra Sava
ping :-) ? Any thoughts about this ? Thanks, Alexandra On 2 March 2015 at 17:00, Alexandra Sava wrote: > Hi, > > lspci command shows the following: > > *04:00.0 Ethernet controller: Intel Corporation 82599EB 10-Gigabit > SFI/SFP+ Network Connection (rev 01)Subsystem: Hewlett-Packard Company

[dpdk-dev] Not getting statistics for all queues.

2015-03-02 Thread Alexandra Sava
Hi, lspci command shows the following: *04:00.0 Ethernet controller: Intel Corporation 82599EB 10-Gigabit SFI/SFP+ Network Connection (rev 01)Subsystem: Hewlett-Packard Company Ethernet 10Gb 2-port 560SFP+ Adapter* Thanks, Alexandra On 2 March 2015 at 11:15, Gonzalez Monroy, Sergio <

[dpdk-dev] Not getting statistics for all queues.

2015-03-02 Thread Gonzalez Monroy, Sergio
Hi Alexandra, On 02/03/2015 08:50, Alexandra Sava wrote: > Hi guys, > > Did you have a chance to look over my question? > > > > Thanks, > Alexandra > > > On 24 February 2015 at 13:14, Alexandra Sava > wrote: >> Hi guys, >> >> I'm trying to get statistics per queue (on rx side), therefore I'm >>

[dpdk-dev] Not getting statistics for all queues.

2015-02-24 Thread Alexandra Sava
Hi guys, I'm trying to get statistics per queue (on rx side), therefore I'm using rte_eth_dev_set_rx_queue_stats_mapping function in order to map a particular queue to a stat index (Note: I have 4 rx queues with the following mapping: queue 0 -> stat_idx 0; queue 1 -> stat_idx 1 , etc). The