[dpdk-dev] [PATCH] log: remove app path from syslog id

2013-10-09 Thread Thomas Monjalon
30/09/2013 14:49, Stephen Hemminger : > 30/09/2013 10:43, Thomas Monjalon : > > This reverts commit "log: get full path as syslog id" (494a02537f1) > > and restore the original patch from Stephen Hemminger (04210699eee). > > Acked-by: Stephen Hemminger I have forgotten this commit in release 1.5

[dpdk-dev] [dpdk-announce] DPDK 1.5.0r1 released

2013-10-09 Thread Thomas Monjalon
The new release can be downloaded here: http://dpdk.org/browse/dpdk/tag/?id=v1.5.0r1 Since 1.4 releases, the most important changes are: - build as shared and/or combined library - whitelist devices - better rte_timer scalability - fix for VF in multi-proces

[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 packet

[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 dpdk.org Subject

[dpdk-dev] vmxnet3-usermap multi-process support clarification

2013-10-09 Thread Selvaganapathy Chidambaram
Hi , I tried to run vmxnet3-usermap driver something similar to multi-process symmetric reference application. The secondary process crashed in queue_rx_complete. When I closed primary process, I saw a kernel crash in vmxnet3_shm_chardev_release. I debugged it, but looks like vmxnet3-usermap do n

[dpdk-dev] How to guarantee bandwith using DPDK QoS library?

2013-10-09 Thread Dumitrescu, Cristian
Hi, Yes, bandwidth can be guaranteed to pipes (users) and subports (groups of users) through the traffic shaping feature. I am also providing a bit more information below, maybe anticipating some of the future questions. 1. Traffic shaping for pipes and subports Basically, each pipe and each s

[dpdk-dev] dropped packet count

2013-10-09 Thread Dmitry Vyal
Hi John, take a look at void rte_eth_stats_get(uint8_t /port_id/, struct rte_eth_stats */stats);/ http://dpdk.org/doc/api/rte__ethdev_8h.html#aac7b274a66c959f827a0750eaf22a5cb The structure it fills has a member q_errors which seems to be wh