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 4D8501B1C7 for ; Tue, 9 Jan 2018 15:30:51 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2018 06:30:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,335,1511856000"; d="scan'208";a="9359018" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga008.jf.intel.com with ESMTP; 09 Jan 2018 06:30:49 -0800 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 9 Jan 2018 06:30:49 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 9 Jan 2018 06:30:49 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.218]) with mapi id 14.03.0319.002; Tue, 9 Jan 2018 22:30:47 +0800 From: "Zhang, Helin" To: "Xing, Beilei" , "johndale@cisco.com" , "neescoba@cisco.com" , "adrien.mazarguil@6wind.com" , "nelio.laranjeiro@6wind.com" , "yskoh@mellanox.com" , "Lu, Wenzhuo" , "Ananyev, Konstantin" , "Zhang, Qi Z" CC: "Rybalchenko, Kirill" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] ethdev: increase flow type limit from 32 to 64 Thread-Index: AQHTZ3uESLTz+KZl9kGcEeIDwGMOl6Nr3OGA Date: Tue, 9 Jan 2018 14:30:46 +0000 Message-ID: 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: Tue, 09 Jan 2018 14:30:51 -0000 Hi maintainers What is your comments on this patch? As it affect Intel, ENIC and MLX NICs, I'd like to see the ACK from the mai= ntainers. Then I can apply the patch. Hi Kirill I already saw a comments. Could you help to address it from 6wind. Regards, Helin > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Kirill Rybalchenko > 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: [dpdk-dev] [PATCH] ethdev: increase flow type limit from 32 to 6= 4 >=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