* [dpdk-dev] Bug in OVS2.8.0+DPDK17.05+Intel_82599_IXGBE sriov?
@ 2018-05-18 3:42 Sam
2018-05-18 7:37 ` Sam
0 siblings, 1 reply; 2+ messages in thread
From: Sam @ 2018-05-18 3:42 UTC (permalink / raw)
To: dev, ovs-dev
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~
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] Bug in OVS2.8.0+DPDK17.05+Intel_82599_IXGBE sriov?
2018-05-18 3:42 [dpdk-dev] Bug in OVS2.8.0+DPDK17.05+Intel_82599_IXGBE sriov? Sam
@ 2018-05-18 7:37 ` Sam
0 siblings, 0 replies; 2+ messages in thread
From: Sam @ 2018-05-18 7:37 UTC (permalink / raw)
To: dev, ovs-dev
I have test dpdk testpmd, it is OK in the same enviroment.
Why ovs-dpdk could not work? I think that must be some bug in ovs?
2018-05-18 11:42 GMT+08:00 Sam <batmanustc@gmail.com>:
> 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~
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-18 7:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-18 3:42 [dpdk-dev] Bug in OVS2.8.0+DPDK17.05+Intel_82599_IXGBE sriov? Sam
2018-05-18 7:37 ` Sam
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).