[dpdk-dev] Running multiple threads on a single core

2015-09-22 Thread Martin Drašar
Dne 21.9.2015 v 16:35 Martin Dra?ar napsal(a): > Hi, > > I have a hard time understanding the configuration of multiple pthreads > in eal initialization. > > Let's say I have a 4 lcore machine (2 phys. cores with HT) and I want to > run 7 threads on it. > > I thought that these options would hel

[dpdk-dev] Running multiple threads on a single core

2015-09-21 Thread Martin Drašar
Hi, I have a hard time understanding the configuration of multiple pthreads in eal initialization. Let's say I have a 4 lcore machine (2 phys. cores with HT) and I want to run 7 threads on it. I thought that these options would help me: -c 0xf -l 0-6 --lcores='0,(1,3)@2,(2,4)@3,(5,6)@1' But al