DPDK patches and discussions
 help / color / mirror / Atom feed
From: Costin Popescu <Costin.Popescu@enea.com>
To: "dev@dpdk.org" <dev@dpdk.org>
Subject: [dpdk-dev] Can't make RSS work with 82598EB NIC
Date: Fri, 11 Oct 2013 12:48:24 +0000	[thread overview]
Message-ID: <88A25766747250469E73AEB2F1B9D6442882B734@sestoex09.enea.se> (raw)

Hi everyone!

I have modified the l2fwd example application provided with dpdk in order to benefit from RSS. I have a development machine with an Intel I350 NIC (1Gb) where RSS seem to work (traffic forwarded on all cores).
On the test machine there is a 82598EB based network card and here the RSS doesn't work, only core 0 is forwarding traffic.
Looking into ixgbe_dev_mq_rx_configure() function from dpdk lib I can see that for this type of network controller the configuring function exits immediately.
i.e. if (hw->mac.type == ixgbe_mac_82598EB) return 0;
However the datasheet claims that RSS is supported.
The test machine is an Intel Xeon E5420  @ 2.50GHz.

Does anyone have an idea about why RSS would not work in the 82598EB case?

Thanks,
Costin

             reply	other threads:[~2013-10-11 12:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-11 12:48 Costin Popescu [this message]
2013-10-12  1:12 ` 金健
2013-10-14  6:37   ` Costin Popescu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=88A25766747250469E73AEB2F1B9D6442882B734@sestoex09.enea.se \
    --to=costin.popescu@enea.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).