From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vc0-f179.google.com (mail-vc0-f179.google.com [209.85.220.179]) by dpdk.org (Postfix) with ESMTP id 88563B341 for ; Mon, 14 Jul 2014 10:28:33 +0200 (CEST) Received: by mail-vc0-f179.google.com with SMTP id id10so6463824vcb.24 for ; Mon, 14 Jul 2014 01:29:14 -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 :content-type; bh=AZOAKA3qmScQoA1M+nI3j8IaKt41zFaf/X1GQZxruSc=; b=TnR+J4pJrOQ2BYipSgHIo4m5klGODuAbJF3E9CopjYi7/UH6f0c/S46uTIjAJNC593 1xN6BFjwMzNNEfT14RtpupmBPmbwxUy12lEt45w2aBBRlHbs3Y0KhwhEgrsb/DZOBsvR QG+6lFgum7PBdsy8U7oACXEuDhpR92DKF8Yr5wnly/xqlH0B/+nPh+HAEWNixuE7y/Kg jFTA5S7MUPGrJmjS0iUbt/aPg3cm8Zc/D+OfUn8WvgXr4J8EQqhPx5buSvCxMwpHEGUl KiVSx3R44RjDv4ps9w0A43QVcholtoGPs3oy36aiMRdRQKNpB8Z+S9dxD1rmYpYCL/5L 5vKQ== MIME-Version: 1.0 X-Received: by 10.58.150.100 with SMTP id uh4mr126864veb.30.1405326554354; Mon, 14 Jul 2014 01:29:14 -0700 (PDT) Received: by 10.220.137.148 with HTTP; Mon, 14 Jul 2014 01:29:14 -0700 (PDT) In-Reply-To: References: Date: Mon, 14 Jul 2014 17:29:14 +0900 Message-ID: From: BYEONG-GI KIM To: "De Lara Guarch, Pablo" , altoarun@gmail.com, Dpdk-ovs@lists.01.org, dev@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] No "pci_unbind.py" in tools subdirectory 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: Mon, 14 Jul 2014 08:28:33 -0000 Thank you for the reply. By the way, I got an error message while compiling Open vSwitch. Is it essential to bind a port to igb_uio module in order to compile Open vSwitch without error? I just wonder whether the errors attached below just happened because I did not bind the port to the module or not... make RTE_TARGET=x86_64-ivshmem-linuxapp-gcc ... /home/stack/dpdk/dpdk-1.6.0r2/x86_64-ivshmem-linuxapp-gcc/lib/librte_eal.a(eal.o): In function `rte_eal_init': eal.c:(.text+0xedf): undefined reference to `dlopen' eal.c:(.text+0xefe): undefined reference to `dlerror' collect2: error: ld returned 1 exit status make[2]: *** [utilities/ovs-controller] Error 1 make[2]: Leaving directory `/home/stack/dpdk-ovs/openvswitch' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/stack/dpdk-ovs/openvswitch' make: *** [all] Error 2 Best regards Byeong-Gi KIM 2014-07-14 17:10 GMT+09:00 De Lara Guarch, Pablo < pablo.de.lara.guarch@intel.com>: > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Aravind > > Sent: Monday, July 14, 2014 8:52 AM > > To: BYEONG-GI KIM > > Cc: dev@dpdk.org; Dpdk-ovs@lists.01.org > > Subject: Re: [dpdk-dev] No "pci_unbind.py" in tools subdirectory > > > > Hi, > > > > You should be using igb_uio_bind.py , have a look at the quick start > guide > > : http://dpdk.org/doc/quick-start > > > > Actually, now it is called dpdk_nic_bind.py :) > > > > > > > On Mon, Jul 14, 2014 at 1:09 PM, BYEONG-GI KIM > > wrote: > > > > > Hello. > > > > > > I'm sorry for the repeated question. > > > > > > I finally compiled DPDK successfully (there was a problem in the source > > > code what I downloaded), and I'm moving to compile dpdk-ovs. > > > > > > Before compiling it, I'm trying to binding a network port to igb_uio > > > module. In the dpdk-getting-started-guide, "pci_unbind.py" utility > script > > > is used to provide a view of the current state of the network ports on > the > > > system, and to bind/unbind those ports from the different kernel > modules. > > > > > > The script, however, was not there in tools directory; There were only > > > "igb_uio_bind.py". Is it fine as it is, or do I miss something? > > > > > > I downloaded the DPDK source from http://dpdk.org/browse/dpdk/refs/, > and > > > the file was dpdk-1.6.0r2.zip. I compiled both > x86-64-defaultlinuxapp-gcc > > > and x86-64-ivshmem-linuxapp-gcc now. > > > > > > Thanks in advance. > > > > > > Best regards > > > > > > Byeong-Gi KIM > > > > >