From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 2038A5A9E; Tue, 17 Feb 2015 11:29:28 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 17 Feb 2015 02:24:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,593,1418112000"; d="scan'208";a="686728737" Received: from bricha3-mobl3.ger.corp.intel.com ([10.243.20.28]) by orsmga002.jf.intel.com with SMTP; 17 Feb 2015 02:29:23 -0800 Received: by (sSMTP sendmail emulation); Tue, 17 Feb 2015 10:29:22 +0025 Date: Tue, 17 Feb 2015 10:29:21 +0000 From: Bruce Richardson To: kuldeep.samasi@wipro.com Message-ID: <20150217102921.GB9356@bricha3-MOBL3> References: <20150217101342.GA9356@bricha3-MOBL3> 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-bounces@dpdk.org, dev@dpdk.org Subject: Re: [dpdk-dev] Lcore-vports-queues mapping 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, 17 Feb 2015 10:29:29 -0000 On Tue, Feb 17, 2015 at 10:20:14AM +0000, kuldeep.samasi@wipro.com wrote: > Hi Bruce , > > Thanks for suggestion , I want to map the lcore -- vport -- queue manually by command prompt , which program file I needs to enhance . > What application are you using? DPDK is primarily a set of libraries, and contains some apps purely as examples or for testing. /Bruce > > > Regards > Kuldeep > > -----Original Message----- > From: Bruce Richardson [mailto:bruce.richardson@intel.com] > Sent: Tuesday, February 17, 2015 3:44 PM > To: Kuldeep Samasi (WT01 - Global Media & Telecom) > Cc: dev-bounces@dpdk.org; dev@dpdk.org > Subject: Re: [dpdk-dev] Lcore-vports-queues mapping > > On Tue, Feb 17, 2015 at 09:08:07AM +0000, kuldeep.samasi@wipro.com wrote: > > Hi Team , > > > > I am using DPDK-1.7.1 , I am trying find out how to map lcore -- >vports -- > queuesin code level as well as user command prompt level . > > Suggestions are welcome on this . > > > > > Hi, > > cores and ports and queues can be mapped just about any way that your application wants. The only real restriction is that two cores cannot poll the same queue on the same port at the same time. > You can set up your app to have each port polled by a single core, or to have all ports polled by one core, or to have one port polled by multiple cores (using different queues). > > Regards, > /Bruce