DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] I couldn't manage to configure RSS
@ 2013-08-17 15:57 Hamed khanmirza
  2013-08-17 16:33 ` jinho hwang
  2013-08-17 16:48 ` Patrick Mahan
  0 siblings, 2 replies; 3+ messages in thread
From: Hamed khanmirza @ 2013-08-17 15:57 UTC (permalink / raw)
  To: dev

[-- Attachment #1: Type: text/plain, Size: 735 bytes --]

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
destination addresses but all the traffic goes to the first queue and the
other queue in both applications is empty !
I also fully read both application codes, api_reference, programmers guide,
but unfortunately couldn't find anyway to activate this feature. Have you
any advice for me? Is there any trick or other configuration I should
enable?
My Ethernet card is X540, and I'm using Intel E5-2650 CPU on ubuntu LTS
12.0.4.

Regards
-Hamed

[-- Attachment #2: Type: text/html, Size: 869 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] I couldn't manage to configure RSS
  2013-08-17 15:57 [dpdk-dev] I couldn't manage to configure RSS Hamed khanmirza
@ 2013-08-17 16:33 ` jinho hwang
  2013-08-17 16:48 ` Patrick Mahan
  1 sibling, 0 replies; 3+ messages in thread
From: jinho hwang @ 2013-08-17 16:33 UTC (permalink / raw)
  To: Hamed khanmirza; +Cc: dev

[-- Attachment #1: Type: text/plain, Size: 948 bytes --]

On Sat, Aug 17, 2013 at 11:57 AM, Hamed khanmirza <hamedkh@gmail.com> 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 laso tried other options). I generate a traffic with different
> destination addresses but all the traffic goes to the first queue and the
> other queue in both applications is empty !
> I also fully read both application codes, api_reference, programmers
> guide, but unfortunately couldn't find anyway to activate this feature.
> Have you any advice for me? Is there any trick or other configuration I
> should enable?
> My Ethernet card is X540, and I'm using Intel E5-2650 CPU on ubuntu LTS
> 12.0.4.
>
>
Don't you have to different source addresses? How come packets with
different destination addresses go to your machine?

[-- Attachment #2: Type: text/html, Size: 1385 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] I couldn't manage to configure RSS
  2013-08-17 15:57 [dpdk-dev] I couldn't manage to configure RSS Hamed khanmirza
  2013-08-17 16:33 ` jinho hwang
@ 2013-08-17 16:48 ` Patrick Mahan
  1 sibling, 0 replies; 3+ messages in thread
From: Patrick Mahan @ 2013-08-17 16:48 UTC (permalink / raw)
  To: Hamed khanmirza; +Cc: dev

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 <hamedkh@gmail.com> 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 laso tried other options). I generate a traffic with different destination addresses but all the traffic goes to the first queue and the other queue in both applications is empty !
> I also fully read both application codes, api_reference, programmers guide, but unfortunately couldn't find anyway to activate this feature. Have you any advice for me? Is there any trick or other configuration I should enable?
> My Ethernet card is X540, and I'm using Intel E5-2650 CPU on ubuntu LTS 12.0.4.
> 
> Regards
> -Hamed 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-08-17 16:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-17 15:57 [dpdk-dev] I couldn't manage to configure RSS Hamed khanmirza
2013-08-17 16:33 ` jinho hwang
2013-08-17 16:48 ` Patrick Mahan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).