[dpdk-dev] 4 Traffic classes per Pipe limitation

2013-11-28 Thread Ariel Rodriguez
Hi, im working with the qos scheduler framework and i have a few questions. Why the 4 traffic classes per pipe limitation? . Im developing a deep packet inspection solution for a telecom company and i we need more than just 4 traffic classes per pipe. Im able to recognise almost all layer

[dpdk-dev] Sporadic errors while initializing NICs in example applications, dpdk-1.5.0r1

2013-11-28 Thread Richardson, Bruce
> > It's probably due to a frequency scaling. > The timer based is initialized when DPDK initialize and the CPU can change > its frequency, breaking next timers. > > The fix is to control the CPU frequency. > Please try this, without your patch: > for g in /sys/devices/system/cpu/*/cpufreq/

[dpdk-dev] How to know corresponding device from port number

2013-11-28 Thread Richardson, Bruce
> If someone wants to implement forwarding application that receives > packets from ETH_A and send those to ETH_B. > Also above application is split to 3 processes like following. > [ETH_A]-->Process_A --> [Ring_A] --> Process_B --> [Ring_B] --> Process_C -- > > [ETH_B] (All 3 processes are impleme