From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qg0-f47.google.com (mail-qg0-f47.google.com [209.85.192.47]) by dpdk.org (Postfix) with ESMTP id 08E11959 for ; Mon, 14 Jul 2014 09:51:42 +0200 (CEST) Received: by mail-qg0-f47.google.com with SMTP id i50so326669qgf.6 for ; Mon, 14 Jul 2014 00:52:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=ty3FGcMoEPOKZCL98NyD3Qz3iUUlRkSMdztpvDdbcRk=; b=DVd/SiiC1rTMkn/Scgqaj2ivYlHQPkZA0flFJnZVuokJYFvtPXQpwtpjSCRhqPXmro zMz32CbzvlV8kSj21wKimUGmK8qrASvKJap55zvBM8o+uezXZGh6p6rLE0rZrN9zDiS7 Yt6iKDXnu4o1pUDRiH2RnS1Da8KyCp/tk7sM93wZ6KUYoqk+Trz+QsFf1vA2V733Zwxp +DnmJ8BT1ekr/IDpQ6Amu3+LGr1Q5RyG4otektPPPgdQXlwZ7iqFzlyXn+z71Ey0Fybb u22Zrs7Fd4uN0rdLqc7A32K6UF6I6UGc1Y/tWOqUG0q0pcG5tXMp55VVsmVsV3L+sZwH BdcQ== X-Received: by 10.140.38.112 with SMTP id s103mr21133274qgs.40.1405324343688; Mon, 14 Jul 2014 00:52:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.96.222.138 with HTTP; Mon, 14 Jul 2014 00:52:03 -0700 (PDT) In-Reply-To: References: From: Aravind Date: Mon, 14 Jul 2014 13:22:03 +0530 Message-ID: To: BYEONG-GI KIM Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: dev@dpdk.org, Dpdk-ovs@lists.01.org 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 07:51:43 -0000 Hi, You should be using igb_uio_bind.py , have a look at the quick start guide : http://dpdk.org/doc/quick-start 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 >