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 AE17F95DB for ; Thu, 4 Feb 2016 16:18:41 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 04 Feb 2016 07:18:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,395,1449561600"; d="scan'208";a="647179557" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.159]) by FMSMGA003.fm.intel.com with SMTP; 04 Feb 2016 07:18:39 -0800 Received: by (sSMTP sendmail emulation); Thu, 04 Feb 2016 15:18:38 +0025 Date: Thu, 4 Feb 2016 15:18:38 +0000 From: Bruce Richardson To: "He, Shaopeng" Message-ID: <20160204151837.GB14468@bricha3-MOBL3> References: <1451464535-30732-1-git-send-email-jing.d.chen@intel.com> 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] [PATCH] fm10k: allocate logical ports for flow director 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: Thu, 04 Feb 2016 15:18:42 -0000 On Mon, Feb 01, 2016 at 07:40:12AM +0000, He, Shaopeng wrote: > > > -----Original Message----- > > From: Chen, Jing D > > Sent: Wednesday, December 30, 2015 4:36 PM > > To: dev@dpdk.org > > Cc: Yigit, Ferruh; He, Shaopeng; Chen, Jing D > > Subject: [PATCH] fm10k: allocate logical ports for flow director > > > > From: "Chen Jing D(Mark)" > > > > In fm10k, PF, VF, VMDQ or queues binding to flow director rule can > > be considered as a logical port. Original implementation only create > > single one for all cases. This change creates totally 128 logical > > ones, first 64 for PF and VMDQ, second 64 for flow director. > > > > Registers DGLORTDEC/DGLORTMAP define rules how to classify packets > > into different queues. Now only PF and VMDQ cases are considered. > > This change add rules for flow director. > > > > Signed-off-by: Chen Jing D(Mark) > Acked-by: Shaopeng He > Applied to dpdk-next-net/rel_16_04 Thanks, /Bruce