[dpdk-dev] I couldn't manage to configure RSS

2013-08-17 Thread Hamed khanmirza
Hi, I successfully managed to run l2fw example and also l3fw with only one queue. But I couldn't config the RSS in l3fw and also test-pmd application. I simply create two queues per port on two lcores and set the RSS_ETH_IPV4 (I laso tried other options). I generate a traffic with different destin

[dpdk-dev] I couldn't manage to configure RSS

2013-08-17 Thread jinho hwang
On Sat, Aug 17, 2013 at 11:57 AM, Hamed khanmirza wrote: > Hi, > > I successfully managed to run l2fw example and also l3fw with only one > queue. But I couldn't config the RSS in l3fw and also test-pmd application. > I simply create two queues per port on two lcores and set the RSS_ETH_IPV4 > (I

[dpdk-dev] I couldn't manage to configure RSS

2013-08-17 Thread Patrick Mahan
With test-pmd, you need to make sure you allow enough cores to handle each RSS queue. And as the previous poster mentioned, you must generate traffic to a wide range of destination addresses. Patrick Coming to you from deep inside Fortress Mahan On Aug 17, 2013, at 8:57 AM, Hamed khanmirza w