From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qg0-f41.google.com (mail-qg0-f41.google.com [209.85.192.41]) by dpdk.org (Postfix) with ESMTP id AB9BA9A8E for ; Tue, 10 Mar 2015 09:06:01 +0100 (CET) Received: by qgea108 with SMTP id a108so34626995qge.8 for ; Tue, 10 Mar 2015 01:06:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=KwmlLrCOE1zTflsvE8HKfH0e2/YIbgQCNY0hyVvgDws=; b=jBRGAHRjN/eKj2gLHtaR0o+SLBJenwz4AJpizzJs+b95Na/QN3+9AQvF6ql0GMV+xQ IFEpRUMm/EIZhLXb3Aekfahjv20NCZxwwZp1r7BVHmSdwX2icF9oN+AkNr33gMpPCAWW 0zmXJsvB6iq06E4ybOwC4fODfUM66h00ldKNef/qZwBOJfrZ/m+WmCz6+k8qm2NFvW2z hQ0zVuHxlw6bdz7Qipo0YNvIdo65nCJavIXnk5xsra63Te1jY5EM+28rfzv5OCXuOXIx n69fH/0ySCjKi5LsKMA5AJpCCUvlx+hDV+Ep6yFB5LmMkPXz0EqwX1Ff+XnjnL+cO1Ff MJlg== MIME-Version: 1.0 X-Received: by 10.55.51.194 with SMTP id z185mr62450977qkz.84.1425974761131; Tue, 10 Mar 2015 01:06:01 -0700 (PDT) Received: by 10.229.88.74 with HTTP; Tue, 10 Mar 2015 01:06:01 -0700 (PDT) In-Reply-To: References: Date: Tue, 10 Mar 2015 15:06:01 +0700 Message-ID: From: Ngo Doan Lap To: Arkajit Ghosh Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: dev@dpdk.org Subject: Re: [dpdk-dev] #PERSONAL# Guest Machine is not Pingable from Host Machine X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Mar 2015 08:06:02 -0000 Hi, You need use dpdkvhost port for VM, not dpdk port. For example, here is the log 9029690c-9544-4ad0-aa41-b018c1a755e2 Bridge "br1" Port "dpdkvhost1" Interface "dpdkvhost1" type: dpdkvhost Port "br1" Interface "br1" type: internal Port "dpdk0" Interface "dpdk0" type: dpdk Port "dpdk1" Interface "dpdk1" type: dpdk Port "dpdkvhost0" Interface "dpdkvhost0" type: dpdkvhost Please refer to this link https://01.org/sites/default/files/page/intel_onp_server_release_1.2_benchmark_test_report_v1.0.pdf (Page 40,41,...53..) It will help you to setup OVS correctly. On Tue, Mar 10, 2015 at 12:17 PM, Arkajit Ghosh wrote: > > Hi, > > Please find the attachement. > > > Thanks & Regards > Arkajit Ghosh > > ____________________________________________ > > -----Ngo Doan Lap wrote: ----- > To: Arkajit Ghosh > From: Ngo Doan Lap > Date: 03/10/2015 10:25AM > Cc: dev@dpdk.org > Subject: Re: #PERSONAL#[dpdk-dev] Guest Machine is not Pingable from Host > Machine > > > Hi Arkajit, > I can't find your attachment. > > On Tue, Mar 10, 2015 at 10:23 AM, Arkajit Ghosh > wrote: > >> >> Hi, >> >> Can any one please suggest how to proceed now. >> >> >> Thanks & Regards >> Arkajit Ghosh >> ____________________________________________ >> >> -----Arkajit Ghosh/DEL/TCS wrote: ----- >> To: Ngo Doan Lap >> From: Arkajit Ghosh/DEL/TCS >> Date: 03/09/2015 09:39AM >> Cc: dev@dpdk.org >> Subject: Re: [dpdk-dev] Guest Machine is not Pingable from Host Machine >> >> >> Hi, >> >> I have executed below commands: >> >> ./utilities/ovs-vsctl add-br ovsbr0 >> ./utilities/ovs-vsctl set bridge datapath_type=netdev >> ./utilities/ovs-vsctl add-port ovsbr0 dpdk0 -- set Interface dpdk0 >> type=dpdk >> ./utilities/ovs-vsctl add-port ovsbr0 dpdk1 -- set Interface dpdk1 >> type=dpdk >> ./utilities/ovs-vsctl show >> >> Please find the attachement for bridge and dpdk-port creation.. >> >> Now, If i do "ifconfig -a" the created bridge ovsbr0 is showing Broadcast >> Running and Multicast but ip address was not given. So i had assign an >> IP-address to ovsbr0 which previously Eth1 had. >> >> So, now I try to ping this guest machine ip address from its host. Here >> is the output. >> >> ping 192.168.1.7 >> PING 192.168.1.7 (192.168.1.7) 56(84) bytes of data. >> From 192.168.1.40 icmp_seq=1 Destination Host Unreachable >> From 192.168.1.40 icmp_seq=5 Destination Host Unreachable >> From 192.168.1.40 icmp_seq=6 Destination Host Unreachable >> From 192.168.1.40 icmp_seq=7 Destination Host Unreachable >> From 192.168.1.40 icmp_seq=8 Destination Host Unreachable >> From 192.168.1.40 icmp_seq=9 Destination Host Unreachable >> >> >> *I believe it should be pinged from its host machine. Can please let me >> know what is the issue and how to proceed.* >> Thanks & Regards >> Arkajit Ghosh >> ____________________________________________ >> >> -----Ngo Doan Lap wrote: ----- >> To: Arkajit Ghosh >> From: Ngo Doan Lap >> Date: 03/06/2015 08:52PM >> Cc: dev@dpdk.org >> Subject: Re: [dpdk-dev] Guest Machine is not Pingable from Host Machine >> >> Hi, >> Can you show the log output of OVS? and the ouput of following command >> cd path/to/ovs/utilities/ >> ./ovs-ofctl show br0 >> ./ovs-ofctl dump-flows br0 >> (Assum that br0 is a bridge name that you had created) >> >> On Fri, Mar 6, 2015 at 10:14 PM, Arkajit Ghosh >> wrote: >> >>> Hi, >>> >>> Can anyone please suggest how to proceed. >>> >>> >>> Thanks & Regards >>> Arkajit Ghosh >>> >>> -----Arkajit Ghosh/DEL/TCS wrote: ----- >>> To: dev@dpdk.org >>> From: Arkajit Ghosh/DEL/TCS >>> Date: 03/04/2015 12:39PM >>> Subject: Guest Machine is not Pingable from Host Machine >>> >>> Hi Team, >>> >>> Guest machine is not pingable from Host machine after creating a bridge >>> with datapath_type "netdev" in the configuration database and adding dpdk >>> ports. Can anyone please let me know what is the issue. >>> >>> Thanks in advance. >>> >>> Thanks & Regards >>> Arkajit Ghosh >>> >>> >>> =====-----=====-----===== >>> Notice: The information contained in this e-mail >>> message and/or attachments to it may contain >>> confidential or privileged information. If you are >>> not the intended recipient, any dissemination, use, >>> review, distribution, printing or copying of the >>> information contained in this e-mail message >>> and/or attachments to it are strictly prohibited. If >>> you have received this communication in error, >>> please notify us by reply e-mail or telephone and >>> immediately and permanently delete the message >>> and any attachments. Thank you >>> >>> >>> >> >> >> -- >> Thanks and Best Regards, >> Ngo Doan Lap >> Mobile: 0977.833.757 >> >> >> [attachment "DPDK_Output_Result.odt" removed by Arkajit Ghosh/DEL/TCS] >> > > > > -- > Thanks and Best Regards, > Ngo Doan Lap > Mobile: 0977.833.757 > -- Thanks and Best Regards, Ngo Doan Lap Mobile: 0977.833.757