DPDK patches and discussions
 help / color / mirror / Atom feed
From: Shankar Krishnamurthy <shankar.krishnamurthy@citrix.com>
To: "dev@dpdk.org" <dev@dpdk.org>
Subject: [dpdk-dev] DPDK VF and I40E
Date: Mon, 20 Apr 2015 20:55:11 +0000	[thread overview]
Message-ID: <3AC1B0A52CB0CC4E964B5C55CB5053DA06561C@SJCPEX01CL03.citrite.net> (raw)

DPDK Experts,

When I run I40E host PF driver with DPDK VF Driver in VM, I see an issue where packets are received in bunch of 4s. See below

But the same problem does not show up when run with DPDK PF testpmd with DPDK VF in VM. 

Since we would like to have I40e regular driver work with DPDK VF, Can one please point to code change that was made in DPDK PF (testpmd) to make this happen? 

thanks,
shanar.

Inside VM:
./examples/l2fwd/l2fwd/x86_64-native-linuxapp-gcc/app/l2fwd -c 0xb -n 4 -- -p 0x3
...
Port statistics ====================================
Statistics for port 0 ------------------------------
Packets sent:                        4
Packets received:                    0
Packets dropped:                     0
Statistics for port 1 ------------------------------
Packets sent:                        0
Packets received:                    4
Packets dropped:                     0
Aggregate statistics ===============================
Total packets sent:                  4
Total packets received:              4
Total packets dropped:               0
====================================================

                 reply	other threads:[~2015-04-20 20:55 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=3AC1B0A52CB0CC4E964B5C55CB5053DA06561C@SJCPEX01CL03.citrite.net \
    --to=shankar.krishnamurthy@citrix.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).