From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 0566A7CC4 for ; Wed, 10 Jan 2018 07:51:39 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2018 22:51:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,338,1511856000"; d="scan'208";a="10076256" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga006.jf.intel.com with ESMTP; 09 Jan 2018 22:51:37 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 9 Jan 2018 22:51:21 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.159]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.213]) with mapi id 14.03.0319.002; Wed, 10 Jan 2018 14:51:19 +0800 From: "Xing, Beilei" To: "Rybalchenko, Kirill" , "dev@dpdk.org" CC: "Wu, Jingjing" , "johndale@cisco.com" , "neescoba@cisco.com" , "adrien.mazarguil@6wind.com" , "nelio.laranjeiro@6wind.com" , "yskoh@mellanox.com" , "Lu, Wenzhuo" , "Ananyev, Konstantin" , "Chilikin, Andrey" Thread-Topic: [PATCH] ethdev: increase flow type limit from 32 to 64 Thread-Index: AQHTZ3t0XSchokdOhEqTxLyiQvR+36Ns747Q Date: Wed, 10 Jan 2018 06:51:19 +0000 Message-ID: <94479800C636CB44BD422CB454846E0132089D0B@SHSMSX101.ccr.corp.intel.com> References: <1511785787-127452-1-git-send-email-kirill.rybalchenko@intel.com> In-Reply-To: <1511785787-127452-1-git-send-email-kirill.rybalchenko@intel.com> Accept-Language: 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] ethdev: increase flow type limit from 32 to 64 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jan 2018 06:51:40 -0000 > -----Original Message----- > From: Rybalchenko, Kirill > Sent: Monday, November 27, 2017 8:30 PM > To: dev@dpdk.org > Cc: Wu, Jingjing ; Xing, Beilei > ; johndale@cisco.com; neescoba@cisco.com; > adrien.mazarguil@6wind.com; nelio.laranjeiro@6wind.com; > yskoh@mellanox.com; Lu, Wenzhuo ; Ananyev, > Konstantin ; Rybalchenko, Kirill > ; Chilikin, Andrey > Subject: [PATCH] ethdev: increase flow type limit from 32 to 64 >=20 > Increase the internal limit for flow types from 32 to 64 to support futur= e flow > type extensions. > Change type of variables from uint32_t[] to uint64_t[]: > rte_eth_fdir_info.flow_types_mask > rte_eth_hash_global_conf.sym_hash_enable_mask > rte_eth_hash_global_conf.valid_bit_mask >=20 > This modification affects the following components: > net/i40e > net/enic > net/mlx5 > net/ixgbe > app/testpmd >=20 > Signed-off-by: Kirill Rybalchenko Reviewed-by: Beilei Xing