From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 1CDD78053 for ; Thu, 11 Dec 2014 11:00:39 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 11 Dec 2014 01:58:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,556,1413270000"; d="scan'208,217";a="652136343" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga002.jf.intel.com with ESMTP; 11 Dec 2014 02:00:07 -0800 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.209]) by IRSMSX106.ger.corp.intel.com ([169.254.8.18]) with mapi id 14.03.0195.001; Thu, 11 Dec 2014 10:00:06 +0000 From: "Walukiewicz, Miroslaw" To: "dev@dpdk.org" Thread-Topic: Pipeline and RTE_CORE_MAX=128 Thread-Index: AdAVKOk/8qMMZgaLR76sCPIpdU1UBw== Date: Thu, 11 Dec 2014 10:00:05 +0000 Message-ID: <7C4248CAE043B144B1CD242D275626532FE152B8@IRSMSX104.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Pipeline and RTE_CORE_MAX=128 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, 11 Dec 2014 10:00:40 -0000 Hello, After last change for RTE_CORE_MAX=3D128 the rte_pipeline still supports on= ly 64 ports as it is optimized to work on u64 variables. Are there any plans to extend pipeline design to use 128, 256 or even 512 p= orts using AVX/SSE extensions available? Regards, Mirek