From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gonzalez Monroy, Sergio" Subject: Re: Not getting statistics for all queues. Date: Mon, 02 Mar 2015 09:15:01 +0000 Message-ID: <54F42A15.7040700@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Alexandra Sava Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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 >> 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 problem is that I only get statistics for the first queue (in this >> case, queue 0), the rest of them are 0. Also, the statistics for the first >> queue are equal to the total statistics, so >> rte_eth_stats.ipackets >> is equal to rte_eth_stats.q_ipackets[0] and rte_eth_stats.ibytes is >> equal to rte_eth_stats.q_ibytes[0]. >> >> I'm using dpdk-1.8.0, Ubuntu 12.04, Intel x86_64 architecture. >> >> Any idea about this issue ? What NIC are you using? Sergio >> >> >> Thanks, >> Alexandra