> Hi All,
>
> I am creating a OVS bridge and attaching two dpdk ports(dpdk0 and
> dpdk1) to that bridge. I am using OVS version 2.5. After attaching the two
> ports to the bridge, I am observing that only one PMD thread is getting
> created for the two dpdk ports.
> Based
> I want to test dpdk vhost-user port on ovs to follow
> https://software.intel.com/en-us/blogs/2015/06/09/building-vhost-user-for-
> ovs-today-using-dpdk-200;
> I create ovs+dpdk environment followed INSTALL.DPDK.md; and create 2
> VM2, try to ping each other but show me "Destination Host
ot;
> type: internal
>
>
> Maybe you or someone else on the list knows why that is?
Hi,
I reproduced your set-up but did not get the same result. I can see 8 queue
pairs (8 x rx and 8 x tx) on the guest for each vHost device. Like you said
perhaps somebody else on t
Hi,
Since the segmentation fault is occurring in the DPDK vhost code, it might be a
good idea to post this information to the d...@dpdk.org mailing list where you
might be able to get more feedback on the root cause.
Thanks,
Ciara
>
> • What you did that make the problem appear.
> We have an
16-04-05T03:40:54Z|00010|dpdk(vhost_thread2)|INFO|State of queue 0 ( tx_qid 0
) of vhost device '/usr/local/var/run/openvswitch/dpdkvhostuser0' 0 changed to
'enabled'
2016-04-05T03:40:54Z|00011|dpdk(vhost_thread2)|INFO|State of queue 2 ( tx_qid 1
) of vhost device '/usr
terface options:n_rxq=X
Thanks,
Ciara
>
> If so, im experiencing a problem were only two queues out of the eight are
> used for traffic.
>
> Best regards
> Felix
>
>
> -Ursprüngliche Nachricht-
> Von: discuss [mailto:discuss-boun...@openvswitch.org] Im Au
m]
> Gesendet: Montag, 4. April 2016 17:35
> An: Felix Brucker
> Cc: Daniele Di Proietto ; Loftus, Ciara
> ; discuss@openvswitch.org
> Betreff: Re: [ovs-discuss] [OVS-DPDK] vhost-user with multiple queues does
> not work
>
> Hi Felix,
> here you already do the right thi
-x86_64 ...
-chardev socket,id=char0,path=/my/sock
-netdev type=vhost-user,id=mynet1,chardev=char0,vhostforce,queues=2
-device
virtio-net-pci,mac=00:00:00:00:00:01,netdev=mynet1,mrg_rxbuf=off,mq=on,vectors=6
There's more info in INSTALL.DPDK.md on configuring multiqueue.
Thanks,
Ciara
>
>
> Hi,
>
> when configuring OVS vhost-user interfaces with multiple queues like so:
>
> ovs-vsctl set Interface vhost-user-0 options:n_rxq=2
> ovs-vsctl set Interface vhost-user-1 options:n_rxq=2
>
> i get the following warnings when starting ovs-vswitchd:
>
> 2016-04-04T08:53:28Z|00038|netde
> Hi OVS-folks,
>
> We have been trying to boot VMs via Openstack Nova (off Liberty release)
> into DPDK-enabled OVS instances.
> Our OVS is version 2.5 + DPDK 2.2 + Qemu 2.3 + Libvirt 1.2.16.
>
> We followed all the guidelines here, except for booting VMs we used
> Openstack Nova instead of di
> > > Hi
> > >
> > > I followed the instructions in INSTALL.md and INSTALL.DPDK.md.
> > > I have created two ports in a bridge, and set the flows 1<->2.
> > > Doing ovs-ofctl dump-flows br0 shows it right.
> > > The purpose of this setup is to measure latency of those ports (using
> > > a simple pi
> Hello,
Hi Patrik,
The majority of your concerns seem to be to do with the DPDK code itself so I
would suggest posting to the d...@dpdk.org mailing list to raise your concerns,
especially questions 2 & 3. Either way some comments/questions below.
Thanks,
Ciara
>
> while doing robustness tes
> Hi
>
> I followed the instructions in INSTALL.md and INSTALL.DPDK.md.
> I have created two ports in a bridge, and set the flows 1<->2.
> Doing ovs-ofctl dump-flows br0 shows it right.
> The purpose of this setup is to measure latency of those ports (using a simple
> ping).
>
> I invoke a VM, wi
acket-processing/downloads
>
The latest one should do. R1.1. There should be a qemu directory inside this
tarball. Compile this, and use it when running the IVSHM test with dpdkr ports.
> Thanks &Regards,
> Varun
>
> -Original Message-
> From: Loftus, Ciara [mailt
HMEM configuration.
What is your intention? Do you wish to use IVSHM to communicate with a VM? If
so I recommend you refer to the steps in INSTALL.DPDK explaining 'DPDK Rings' /
'dpdkr' ports.
Ciara
>
> Thanks in advance.
>
> -Original Message-
> F
>
> Hi All,
> I'm facing a following issue with OVS-DPDK dpdkvhostuser port. I was able to
> create ovs bridge with dpdkvhostuser port types and able to ping the
> gateway from ovs bridges on the host. But when I'm creating guest VM using
> dpdkvhostuser port type, not able to ping gateway on gue
>
>
> Thanks Ciara for reply
> Yea i Assigned dpdkvhost port to a VM using libvirt. Following was the Tag i
> used
>
>
> mode='client'/>
>
>
>
>
> This is what i get in a VM as a result
>
> 00:07.0 Ethernet Contoller: Red Hat, Inc Virtio network device
>
> This is et
> Hi,
> I am using ovs 2.4.0. I have added 1 physical dpdk port and 4 vhostuser ports.
> Following is my bridge:
> Bridge "br0"
> Port "dpdkvhost3"
> Interface "dpdkvhost3"
> type: dpdkvhostuser
> Port "dpdk0"
> Interface "dpdk0"
>
>
> On 19/11/15 02:49, Gayathri wrote:
> > Hi All,
> >
> > I tried adding both the dpdk ports to the same bridge ovs and it
> > succeeds. But creating another bridge ovs1 and adding the second dpdk
> > port to this second bridge fails miserably.
> >
> > Please help
> >
> >
> > sudo ./ovs-vsctl del
3:49 localhost.localdomain ovs-vswitchd[29441]: VHOST_CONFIG:
> vring call idx:0 file:111
> VHOST_DATA: Failed
> to allocate memory for
> mbuf.
>
>
> On Mon, Oct 12, 2015 at 3:49 AM, Loftus, Ciara
> wrote:
>
>
> Mr Dear:
> I am using ovs on DPDK platform,and encountered the following
> issue: "configure: error: cannot link with dpdk".
> Bellows are the details of the commands.
> Here are my files-list:
> [root@root /home/wangrong]#ls
> dpdk-2.1.0 iperf-2.0.2 openvswitch-2.4.0 ovs-2.4.0 pc
>
> Hi,
> I am trying to add in dpdkvhostuser ports in openvswitch 2.4
> I have followed all the steps described in following documentation
> http://www.ran-lifshitz.com/2015/06/17/open-vswitch-netdev-dpdk-with-
> vhost-user-support/
> I have made sure that following checks are enabled when i buil
aldomain ovs-vswitchd[22045]: VHOST_CONFIG:
> read message VHOST_USER_SET_MEM_TABLE
> Oct 09 15:54:40 localhost.localdomain ovs-vswitchd[22045]: VHOST_CONFIG:
> mapped region 0 fd:112 to 0xffffffff sz:0xab4a9f80
> off:0xab4a5f80
> Oct 09 15:54:40 localhost.localdomain ovs-vswit
>
> I have ran into a ovs-vswitchd SEGV while trying to use the vhost-user
> feature with the latest dpdk. I have attempted to provide as much detail as I
> can.
>
> versions compiled from source on CentOS 7.1 x86_64:
> - openvswitch 2.4.0 - http://openvswitch.org/releases/openvswitch-
> 2.4.0.t
Interface "vhost-user1"
> type: dpdkvhostuser
> Port "vhost-user0"
> Interface "vhost-user0"
> type: dpdkvhostuser
>
> -Original Message-
> From: Loftus, Ciara [mailto:ciara.lof...@intel
>
> We bring 2 VMs up with vhost-user type. We can see eth0 interfaces created
> in 2 VMs with proper mac address we assign. After IP address assignment, 2
> VMs could not PING to each other when they are in the same network
> segment.
> However, we check link up state via ovs-ofctl utility but LI
> Subject: [ovs-discuss] Vhost-User port not work and always show 'down'
>
> Hi all,
>
> I build a ovs-dpdk and vhost-user POC through INSTALL.DPDK.md.
>
> There is a br0 with dpdk0 and vhost-user-0
> I build dpdk with 2.0.0 and ovs with branch 2.4
> # ovs-vsctl show
> ovs-vsctl show
> c38093a7
>
> Hello list,
>
> I would like to know if ovs today (master) is ready (or in plan to get
> ready)
> to support multiqueue for virtio-net driver with vhost-user backend.
At the moment multiqueue support is not available in OVS for vHost.
If it becomes available in an official DPDK release, we ca
>
> I too observed dpdkhost0 mac of addr:00:00:00:00:00:00 in ovs. I do not
> see packets
> sent by VM on this port and seen by ovs (in fact, dump-flows also report
> 0 packets).
>
> I am looking for any one opinion on this if dpdkhost0 mac reported is
> expected
> (and to quickly debug any other
> Hello Ciara Loftus!
>
> Thank you for the information.
You're welcome.
> The reason I'm using 2.0 qemu is that on newest versions following
> INSTALL.DPDK.md I've received following error
>
> ERROR:/build/buildd/qemu-
> 2.0.0+dfsg/qom/object.c:437:object_new_with_type: assertion failed: (typ
>
> Hello.
> I am trying to build VM to VM scheme using Open vSwitch 2.3.9 and DPDK
> 2.0.0.
> After building and installing OVS+DPDK I'm running single bridge with extra
> port dpdkvhost type.
> I'm using user-defined vhost device called vhost-net1.
>
>
> #ovs-vswitchd --dpdk --cuse_dev_name vh
> Hi,
>
> I would like to bring up my kvm guest with dpdk vhost interface. Before
> I run qemu, I have added
> dpdkvhost interface in ovs bridge, so as to attach with qemu later (wrt
> INSTALL.DPDK.md).
>
> Once I created dpdkvhost interface, I noticed that dpdkvhost0 was in
> LINK_DOWN (I think
> I try to use dpdk ovs to improve the NFV performance. I follow all the
> instructions of INSTALL.DPDK.md, when i do dpdk vhost vm configuration
> with
> libvirt, the vm can not created. the error is:
> root at juno:~/vm# virsh define dpdk0.xml
> Domain dpdk0 defined from dpdk0.xml
>
> root at j
33 matches
Mail list logo