Re: [ovs-discuss] Multiple PMD threads for DPDK ports

2016-05-17 Thread Loftus, Ciara
> 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

Re: [ovs-discuss] ovs + dpdk vhost-user match flows but cannot execute actions

2016-04-13 Thread Loftus, Ciara
> 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

Re: [ovs-discuss] [OVS-DPDK] vhost-user with multiple queues does not work

2016-04-06 Thread Loftus, Ciara
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

Re: [ovs-discuss] ovs crash when running traffic from VM to VM over DPDK and vhostuser

2016-04-05 Thread Loftus, Ciara
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

Re: [ovs-discuss] [OVS-DPDK] vhost-user with multiple queues does not work

2016-04-05 Thread Loftus, Ciara
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

Re: [ovs-discuss] [OVS-DPDK] vhost-user with multiple queues does not work

2016-04-05 Thread Loftus, Ciara
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

Re: [ovs-discuss] [OVS-DPDK] vhost-user with multiple queues does not work

2016-04-04 Thread Loftus, Ciara
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

Re: [ovs-discuss] [OVS-DPDK] vhost-user with multiple queues does not work

2016-04-04 Thread Loftus, Ciara
-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 >

Re: [ovs-discuss] [OVS-DPDK] vhost-user with multiple queues does not work

2016-04-04 Thread Loftus, 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

Re: [ovs-discuss] [ovs-dpdk] Issues on booting VMs into OVS-DPDK instances

2016-03-30 Thread Loftus, Ciara
> 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

Re: [ovs-discuss] DPDK OVS with vhostuser problem

2016-03-07 Thread Loftus, Ciara
> > > 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

Re: [ovs-discuss] Event on vhostuser file descriptor 1024 terminates vswitchd thread

2016-03-03 Thread Loftus, Ciara
> 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

Re: [ovs-discuss] DPDK OVS with vhostuser problem

2016-03-03 Thread Loftus, Ciara
> 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

Re: [ovs-discuss] OVS-DPDK vhostuser guest ping issue

2016-01-29 Thread Loftus, Ciara
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

Re: [ovs-discuss] OVS-DPDK vhostuser guest ping issue

2016-01-28 Thread Loftus, Ciara
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

Re: [ovs-discuss] OVS-DPDK vhostuser guest ping issue

2016-01-19 Thread Loftus, Ciara
> > 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

Re: [ovs-discuss] dpdk vhostuser port not working

2015-11-25 Thread Loftus, Ciara
> > > 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

Re: [ovs-discuss] dpdk vhostuser port not working

2015-11-25 Thread Loftus, Ciara
> 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" >        

Re: [ovs-discuss] adding dpdk port to second bridge fails

2015-11-19 Thread Loftus, Ciara
> > 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

Re: [ovs-discuss] ovs-vswitchd SEGV when using vhost-user feature with dpdk

2015-10-28 Thread Loftus, Ciara
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: >

Re: [ovs-discuss] ovs-dpdk:cannot link with dpdk

2015-10-27 Thread Loftus, Ciara
> > 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

Re: [ovs-discuss] Cannot add dpdkvhost user ports

2015-10-13 Thread Loftus, Ciara
> > 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

Re: [ovs-discuss] ovs-vswitchd SEGV when using vhost-user feature with dpdk

2015-10-12 Thread Loftus, Ciara
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

Re: [ovs-discuss] ovs-vswitchd SEGV when using vhost-user feature with dpdk

2015-10-09 Thread Loftus, Ciara
> > 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

Re: [ovs-discuss] vhost-user state in openvswitch

2015-09-22 Thread Loftus, Ciara
Interface "vhost-user1" > type: dpdkvhostuser > Port "vhost-user0" > Interface "vhost-user0" > type: dpdkvhostuser > > -Original Message- > From: Loftus, Ciara [mailto:ciara.lof...@intel

Re: [ovs-discuss] vhost-user state in openvswitch

2015-09-21 Thread Loftus, Ciara
> > 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

Re: [ovs-discuss] Vhost-User port not work and always show 'down'

2015-08-04 Thread Loftus, Ciara
> 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

Re: [ovs-discuss] [ovs-dpdk] multiqueue support for vhost-user netdev

2015-07-13 Thread Loftus, Ciara
> > 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

Re: [ovs-discuss] High CPU load (up to 100%) with OVS+DPDK+vHOST usage.

2015-06-11 Thread Loftus, Ciara
> > 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

Re: [ovs-discuss] High CPU load (up to 100%) with OVS+DPDK+vHOST usage.

2015-06-11 Thread Loftus, Ciara
> 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

Re: [ovs-discuss] High CPU load (up to 100%) with OVS+DPDK+vHOST usage.

2015-06-08 Thread Loftus, Ciara
> > 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

Re: [ovs-discuss] [dpdk-ovs] dpdkvhost port not handling arp response from kvm guest

2015-06-05 Thread Loftus, Ciara
> 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

Re: [ovs-discuss] DPDK vhost vm configuration failed

2015-06-04 Thread Loftus, Ciara
> 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