DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Tilak Raj G." <tilakraj.g@gmail.com>
To: dev@dpdk.org
Subject: [dpdk-dev] L2FWD with multiple RX/TX queues
Date: Thu, 31 Jul 2014 15:41:34 +0530	[thread overview]
Message-ID: <CAF5AcRLgTs3TpneASFY9mdMAmQSbekUX7X8_K_+6vVJgnisncw@mail.gmail.com> (raw)

Hi All,

I am trying to modify L2FWD app to start using multiple RX/TX queues.
Problem I am facing is that ping fails because ARP replies are not received
by the DPDK device. I am seeing that ARP request is received by the
receiving host and it is even sending a ARP reply but this is not received
on DPDK port.

I ensured that I set correct RSS value (as in L3FWD app) and  changed
initialization procedure and removed any modification of packet.

My set up is as shown below :
HostA(172.16.16.101)   <--> (Port0) DPDK Device (Port1) <-->
HostB(172.16.16.102).

I am able to get default L2fwd app after removing packet modification and
testpmd with multiple RX/TX queue to work on this device successfully.

OS : Ubuntu 12.04
Processor :  ATOM
Board :  Intel I354
Command used :  ./l2fwd -c 7f -n 4 -- -p 3
-config=(0,0,1),(0,1,2),(0,2,3),(1,0,4),(1,1,5),(1,2,6)
DPDK Version : 1.6.0 and 1.7.0 (I have tried both)

I have even enable debug messages on PMD and see that no reply packets were
receive on Port1.

Can anybody please help to fix this issue. Kindly let me know if you need
any information.

Thanks and Regards,
Tilak

                 reply	other threads:[~2014-07-31 10:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=CAF5AcRLgTs3TpneASFY9mdMAmQSbekUX7X8_K_+6vVJgnisncw@mail.gmail.com \
    --to=tilakraj.g@gmail.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).