From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 5F6069E7 for ; Wed, 11 Nov 2015 11:55:38 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 11 Nov 2015 02:55:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,275,1444719600"; d="scan'208";a="682875558" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.62]) by orsmga003.jf.intel.com with SMTP; 11 Nov 2015 02:55:35 -0800 Received: by (sSMTP sendmail emulation); Wed, 11 Nov 2015 10:55:34 +0025 Date: Wed, 11 Nov 2015 10:55:34 +0000 From: Bruce Richardson To: Victor Detoni Message-ID: <20151111105534.GC31936@bricha3-MOBL3> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] Set interfaces to 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: Wed, 11 Nov 2015 10:55:38 -0000 On Tue, Nov 10, 2015 at 11:32:57PM -0200, Victor Detoni wrote: > Hi, > > is there some way to pin what port I want to use? For example, eth0 is my > port 1 and eth1 is my port 0? > > Thanks > Victor Hi Victor, the ports will always be in pci address order inside DPDK, since the port numbers are allocated during the pci scan. /Bruce