From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 4D8088D35 for ; Mon, 1 Feb 2016 08:40:16 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 31 Jan 2016 23:40:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,379,1449561600"; d="scan'208";a="738145846" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga003.jf.intel.com with ESMTP; 31 Jan 2016 23:40:15 -0800 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 31 Jan 2016 23:40:14 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 31 Jan 2016 23:40:14 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.172]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.209]) with mapi id 14.03.0248.002; Mon, 1 Feb 2016 15:40:12 +0800 From: "He, Shaopeng" To: "Chen, Jing D" , "dev@dpdk.org" Thread-Topic: [PATCH] fm10k: allocate logical ports for flow director Thread-Index: AQHRQt0azoB8dRZ2KESaWLZSmd3wRJ8XAQLQ Date: Mon, 1 Feb 2016 07:40:12 +0000 Message-ID: References: <1451464535-30732-1-git-send-email-jing.d.chen@intel.com> In-Reply-To: <1451464535-30732-1-git-send-email-jing.d.chen@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Mon, 01 Feb 2016 07:40:16 -0000 > -----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 >=20 > From: "Chen Jing D(Mark)" >=20 > 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. >=20 > 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. >=20 > Signed-off-by: Chen Jing D(Mark) Acked-by: Shaopeng He