[dpdk-dev] dropped packet count

2013-10-09 Thread John Lange
Sorry, my mistake. It looks like the per queue values are in the structure that you referenced. Thanks! John From: Dmitry Vyal [dmitryv...@gmail.com] Sent: Wednesday, October 09, 2013 1:35 AM To: John Lange; dev at dpdk.org Subject: Re: [dpdk-dev] dropped

[dpdk-dev] dropped packet count

2013-10-09 Thread John Lange
Thanks Dmitry, that's useful, but rte_eth_stats reports for a given port. I would also like to have access to the per-queue statistics. John From: Dmitry Vyal [dmitryv...@gmail.com] Sent: Wednesday, October 09, 2013 1:35 AM To: John Lange; dev at dpd

[dpdk-dev] dropped packet count

2013-10-08 Thread John Lange
Greetings, Is there a standard way of retrieving the dropped packet count for a particular port/queue in the DPDK? If no way is currently defined, could this please be added in a future version? Thanks!

[dpdk-dev] DPDK -b command line option

2013-09-26 Thread John Lange
The DPDK examples typically use the -b command-line parameter to specify the devices to ignore. It seems like it would be a great improvement to have a command-line parameter to identify the device(s) to use instead of the devices to ignore. Thanks!

[dpdk-dev] How to search this archive

2013-09-26 Thread John Lange
Apologies if this is a dumb question, but how can the DPDK mailing list archive be searched? I see how to download old archives, but there must be an easier way of searching through old archives without downloading all messages, right?