From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 9647B2882 for ; Wed, 18 Oct 2017 19:10:37 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 18 Oct 2017 10:10:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,397,1503385200"; d="scan'208";a="911197433" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by FMSMGA003.fm.intel.com with ESMTP; 18 Oct 2017 10:10:33 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by irsmsx110.ger.corp.intel.com ([163.33.3.25]) with mapi id 14.03.0319.002; Wed, 18 Oct 2017 18:10:32 +0100 From: "Dumitrescu, Cristian" To: "dev@dpdk.org" CC: "thomas@monjalon.net" Thread-Topic: [dpdk-dev] [PATCH v3 00/18] librte_table: add key mask for hash tables Thread-Index: AQHTSCJoGPlownyBzUGTvjO8ZKn5QaLpo4MAgAAzr6A= Date: Wed, 18 Oct 2017 17:10:32 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BAD5229@IRSMSX108.ger.corp.intel.com> References: <1507634341-72277-2-git-send-email-cristian.dumitrescu@intel.com> <1508339034-171115-1-git-send-email-cristian.dumitrescu@intel.com> <1508339034-171115-20-git-send-email-cristian.dumitrescu@intel.com> In-Reply-To: <1508339034-171115-20-git-send-email-cristian.dumitrescu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 00/18] librte_table: add key mask for hash tables 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, 18 Oct 2017 17:10:38 -0000 > Cristian Dumitrescu (18): > test: removing calls to deprecated hash tables > librte_table: remove deprecated 8-byte key hash tables > librte_table: remove deprecated 16-byte key hash tables > librte_table: remove deprecated variable size key ext hash tables > librte_table: remove deprecated variable size key lru hash tables > librte_table: rename cuckoo hash table ops > librte_table: add unified params structure and mask-based hash func > librte_table: rework variable size key ext hash tables > librte_table: rework variable size key lru hash table > librte_table: rework 8-byte key hash tables > librte_table: rework 16-byte key hash tables > librte_table: rework 32-byte key hash tables > librte_table: rework cuckoo hash table > test: add mask-based hash functions > librte_table: cosmetic enhancements in api file > librte_table: copyright cosmetic updates > librte_table: map file updates > doc: remove deprecation notice for librte_table >=20 Re-applied to next-pipeline (after patch set restructure required by Thomas= ).