DPDK usage discussions
 help / color / mirror / Atom feed
From: SG <motralk@gmail.com>
To: users@dpdk.org
Subject: Low throughput on 10G NIC card using DPDK L2fwd
Date: Fri, 16 Sep 2022 13:39:11 +0530	[thread overview]
Message-ID: <CADgo_zFChCr0aw2Q7ELWTva1Q_-vjVD83nFw5gxKjOpVT=hh+g@mail.gmail.com> (raw)

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

Hi Team,


I have a dual port 10Gbps "X710 SFP + 1572" NIC card, created 2 VFs on both
the ports.

dpdk l2fwd application is able to achieve throughput of ~9Gbps when using
VFs on same port i.e. VF0 receives the external traffic and sends out on
VF1 belonging to the same port (flow in green)







However when l2fwd (app1) receives the external traffic on one port and
sends it to another application(another instance of l2fwd) on different
port, the throughput drops down to 3.4Gbps, i.e. VF0 receives the external
traffic and sends it to VF2 on a different port (flow in red)..



DPDK application(app1) on VF0 is able to send the traffic but the
application(app2) is not able to receive all the traffic ; it can only
receive max of 3.4Gbps. There is a packet loss when inter VF communication
happens. But no error stats in dpdk are increased.



Is this happening at PCI level ?

Please help me understand the potential problem and suggest any pointers on
how to proceed further.


Thanks,

Somesh

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

                 reply	other threads:[~2022-09-20 12:26 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='CADgo_zFChCr0aw2Q7ELWTva1Q_-vjVD83nFw5gxKjOpVT=hh+g@mail.gmail.com' \
    --to=motralk@gmail.com \
    --cc=users@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).