From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sundar Ramakrishnan Subject: DPDK Issues with OVS Date: Tue, 30 Jun 2015 12:40:59 +0000 (UTC) Message-ID: <1297505296.1679182.1435668059130.JavaMail.yahoo@mail.yahoo.com> Reply-To: Sundar Ramakrishnan Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable To: "dev@dpdk.org" Return-path: Received: from nm28-vm2.bullet.mail.sg3.yahoo.com (nm28-vm2.bullet.mail.sg3.yahoo.com [106.10.151.145]) by dpdk.org (Postfix) with ESMTP id E6458C352 for ; Tue, 30 Jun 2015 14:41:01 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hello, I have openvswitch compiled with dpdk. The way I installed is posted=C2=A0s= undar-ramki/ovs-dpdk. | =C2=A0 | | =C2=A0 | | =C2=A0 | =C2=A0 | =C2=A0 | =C2=A0 | =C2=A0 | | sundar-ramki/ovs-dpdkovs-dpdk - Openvswitch with DPDK | | | | View on=C2=A0github.com | Preview by Yahoo | | | | =C2=A0 | I have the following questions -=C2=A0 1. How do I figure out if my VM is really using Openvswitch with DPDK? 2. Are there any counters for packets entering and leaving the switch and/o= r dpdk? 3. Also, I am unable to use the ofctl commands. Following is what I get -= =C2=A0 [root@test1 ~]# ovs-ofctl show br23ovs-ofctl: br23 is not a bridge or a soc= ket[root@test1 ~]# ovs-vsctl showd8cfc890-a4fc-4398-869c-59c5412a3e79=C2=A0= =C2=A0 Bridge "br23"=C2=A0 =C2=A0 =C2=A0 =C2=A0 Port "eth3"=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 Interface "eth3"=C2=A0 =C2=A0 =C2=A0 =C2=A0 Por= t "br23"=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Interface "br23"=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 type: internal=C2=A0 =C2= =A0 =C2=A0 =C2=A0 Port "eth2"=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Inte= rface "eth2" 4. I don't see my interfaces after I bind them with dpdk drivers. How shoul= d I attach =C2=A0my nics to virt-manager in order to start a vm? Any input will be appreciated. Thank youSRK