---------- Forwarded message ---------- From: Mail Delivery Subsystem <mailer-dae...@googlemail.com> Date: 6 June 2016 at 18:27 Subject: Delivery Status Notification (Failure) To: thee...@gmail.com
Delivery to the following recipient failed permanently: dev@openvswitch.org Technical details of permanent failure: Message rejected. See https://support.google.com/mail/answer/69585 for more information. ----- Original message ----- X-Received: by 10.157.40.150 with SMTP id s22mr6785432ota.62.1465217835766; Mon, 06 Jun 2016 05:57:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.39.225 with HTTP; Mon, 6 Jun 2016 05:57:15 -0700 (PDT) From: THEEYAGU S <thee...@gmail.com> Date: Mon, 6 Jun 2016 18:27:15 +0530 Message-ID: < cam3cg8jfemvp5qpoe4ydaww5bj+eovvvpecm1wvopribgn_...@mail.gmail.com> Subject: Facing some problems while Using the DPDK with ovs-vswitchd To: dev@openvswitch.org Content-Type: multipart/alternative; boundary=001a11c170609e995a05349b9c14 Hii all, I am trying to configure and build ovs-vswitchd in userplane with the help of DPDK. I am following INSTALL.DPDK.md, but i am getting the following error root@osboxes:/usr/src/ovs# ovs-vsctl add-bond br0 dpdkbond dpdk0 dpdk1 -- set Interface dpdk0 type=dpdk -- set Interface dpdk1 type=dpdk ovs-vsctl: cannot create an interface named dpdk0 because a port named dpdk0 already exists on bridge br0 the error mentions that it cannot create an interface with the same name as the port has. If I am changing the name of the interface the following error occurs, root@osboxes:/usr/src/ovs# ovs-vsctl add-bond br0 dpdkbond dpdk2 dpdk3 -- set Interface dpdk2 type=dpdk -- set Interface dpdk3 type=dpdk ovs-vsctl: Error detected while setting up 'dpdk2', 'dpdk3'. See ovs-vswitchd log for details. when i am checking the ovs-vswitchd log, error shown as "no such devices are there(for both dpdk2 & dpdk3)" i.e. dpdk2 and dpdk3 are not there in the dpdk devices list. In Vm only four network adapters are there, I am using one for public IP, another one for ssh connection (i.e private IP) I am using remaining two network adapters of type Intel PRO/1000MT desktop(82545EM) in my VM for the creation of two DPDK ports(dpdk0 & dpdk1) Anyone help me out to come through this problem, Thanks for you all in advance!! Thanks & Regards, Theeyagu S _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev