From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 9834AB0A8 for ; Tue, 27 May 2014 05:41:40 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 26 May 2014 20:36:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.98,916,1392192000"; d="scan'208,217";a="518093562" Received: from fmsmsx108.amr.corp.intel.com ([10.19.9.228]) by orsmga001.jf.intel.com with ESMTP; 26 May 2014 20:41:42 -0700 Received: from fmsmsx152.amr.corp.intel.com (10.19.17.221) by FMSMSX108.amr.corp.intel.com (10.19.9.228) with Microsoft SMTP Server (TLS) id 14.3.123.3; Mon, 26 May 2014 20:41:29 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.110.14) by fmsmsx152.amr.corp.intel.com (10.19.17.221) with Microsoft SMTP Server (TLS) id 14.3.123.3; Mon, 26 May 2014 20:41:28 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.7]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.34]) with mapi id 14.03.0123.003; Tue, 27 May 2014 11:41:12 +0800 From: "Xu, HuilongX" To: "dev@dpdk.org" , "Burakov, Anatoly" , Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v2 14/16] Renamed igb_uio_bind to dpdk_nic_bind Thread-Index: Ac95XX7gfJPyCDTPTZ6K4lxo/k/Ddg== Date: Tue, 27 May 2014 03:41:11 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-cr-hashedpuzzle: FdM= AVVg Bh9T CAaw DDPr DVsd IBpx JLDI JbFA OXMC PJH+ R09j TfE1 Ti54 UMbD UPG/; 2; ZABlAHYAQABkAHAAZABrAC4AbwByAGcAOwB0AGgAbwBtAGEAcwAuAG0AbwBuAGoAYQBsAG8AbgBAADYAdwBpAG4AZAAuAGMAbwBtAA==; Sosha1_v1; 7; {53FA7281-8709-463D-9EBD-9749B1DF552E}; aAB1AGkAbABvAG4AZwB4AC4AeAB1AEAAaQBuAHQAZQBsAC4AYwBvAG0A; Tue, 27 May 2014 03:41:08 GMT; WwBkAHAAZABrAC0AZABlAHYAXQAgAFsAUABBAFQAQwBIACAAdgAyACAAMQA0AC8AMQA2AF0AIABSAGUAbgBhAG0AZQBkACAAaQBnAGIAXwB1AGkAbwBfAGIAaQBuAGQAIAB0AG8AIABkAHAAZABrAF8AbgBpAGMAXwBiAGkAbgBkAA== x-cr-puzzleid: {53FA7281-8709-463D-9EBD-9749B1DF552E} x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] [PATCH v2 14/16] Renamed igb_uio_bind to dpdk_nic_bind 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, 27 May 2014 03:41:41 -0000 Renaming the igb_uio_bind script to dpdk_nic_bind to have a generic name since we're now supporting two drivers. Signed-off-by: Anatoly Burakov > Test-by: HuilongX Xu Compile pass >>Compile OS: FC20 x86_64 >>Kernel version: 3.13.6-200 >>GCC version: 4.8.2 >>Server: Crownpass --- tools/{igb_uio_bind.py =3D> dpdk_nic_bind.py} | 0 1 files changed, 0 insertions(+), 0 deletions(-) rename tools/{igb_uio_bind.py =3D> dpdk_nic_bind.py} (100%) diff --git a/tools/igb_uio_bind.py b/tools/dpdk_nic_bind.py similarity index 100% rename from tools/igb_uio_bind.py rename to tools/dpdk_nic_bind.py -- 1.7.0.7