From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: Set interfaces to bind Date: Wed, 11 Nov 2015 10:55:34 +0000 Message-ID: <20151111105534.GC31936@bricha3-MOBL3> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Victor Detoni 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) Content-Disposition: inline In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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