DPDK patches and discussions
 help / color / mirror / Atom feed
From: Sam <batmanustc@gmail.com>
To: dev@dpdk.org, ovs-dev@openvswitch.org
Subject: [dpdk-dev] Bug in OVS2.8.0+DPDK17.05+Intel_82599_IXGBE sriov?
Date: Fri, 18 May 2018 11:42:16 +0800	[thread overview]
Message-ID: <CAOE=1Z2AU41wxah9JG99boor+-JAnAEPUCDW2BQ_fY72mQg2xQ@mail.gmail.com> (raw)

Hi all,

I'm using OVS2.8.0+DPDK17.05+Intel_82599_IXGBE for test, the vf driver is
ixgbevf-4.0.3.

I use sriov follow like this:
echo 1 > /sys/bus/pci/devices/0000:01:00.0/max_vfs

Then test l3fwd-vf demo, it is OK.

Then test OVS2.8.0, and assign pf for ovs like this:
ovs-vsctl add-port br_t dpdk-p0 \
   -- set Interface dpdk-p0 type=dpdk options:dpdk-devargs=0000:01:00.0

Then I want to link up vf in linux driver, but report error
# sudo ifconfig em1_0 up
SIOCSIFFLAGS: Network is down

And log shows this:
kernel: ixgbevf 0000:01:10.0: PF still in reset state.  Is the PF interface
up?

And of course dpdk-p0 could NOT work.

But I found if I close sriov, dpdk-p0 could work.


So is this means sriov could not work in
OVS2.8.0+DPDK17.05+Intel_82599_IXGBE? Who have ever run success? Thank you~

             reply	other threads:[~2018-05-18  3:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-18  3:42 Sam [this message]
2018-05-18  7:37 ` Sam

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='CAOE=1Z2AU41wxah9JG99boor+-JAnAEPUCDW2BQ_fY72mQg2xQ@mail.gmail.com' \
    --to=batmanustc@gmail.com \
    --cc=dev@dpdk.org \
    --cc=ovs-dev@openvswitch.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).