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 77EE4C508 for ; Fri, 23 Oct 2015 12:43:52 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 23 Oct 2015 03:43:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,186,1444719600"; d="scan'208";a="833771130" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga002.fm.intel.com with ESMTP; 23 Oct 2015 03:43:49 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.116]) by IRSMSX106.ger.corp.intel.com ([169.254.8.229]) with mapi id 14.03.0248.002; Fri, 23 Oct 2015 11:43:48 +0100 From: "Mcnamara, John" To: Vamsi Kommana , "users@dpdk.org" Thread-Topic: DPDK-PKTGEN- Did not find any ports to use Thread-Index: AdENYAaqjL7rfS83ScyddmJo6P5I6QAHo9tA Date: Fri, 23 Oct 2015 10:43:47 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-users] DPDK-PKTGEN- Did not find any ports to use X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2015 10:43:52 -0000 > -----Original Message----- > From: users [mailto:users-bounces@dpdk.org] On Behalf Of Vamsi Kommana > Sent: Friday, October 23, 2015 8:03 AM > To: users@dpdk.org > Subject: [dpdk-users] DPDK-PKTGEN- Did not find any ports to use >=20 > Other network devices > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > [root@localhost tools]# ./dpdk_nic_bind.py -bind=3Digb_uio p1p2 > Error: bind failed for 0000:01:00.1 - Cannot open > /sys/bus/pci/drivers/ind=3Digb_uio/bind > Error: unbind failed for 0000:01:00.1 - Cannot open > /sys/bus/pci/drivers//unbind [root@localhost tools]# [root@localhost > tools]# >=20 > Please let me know if i miss any... Hi, Try with --bind or just -b (but not with -bind, i.e., not with a single das= h). See the usage: ./tools/dpdk_nic_bind.py --help John. --=20