From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 202E51B136 for ; Thu, 27 Sep 2018 05:41:40 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Sep 2018 20:41:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,308,1534834800"; d="scan'208";a="89727443" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga002.fm.intel.com with ESMTP; 26 Sep 2018 20:41:37 -0700 Received: from fmsmsx151.amr.corp.intel.com ([169.254.7.87]) by FMSMSX105.amr.corp.intel.com ([169.254.4.63]) with mapi id 14.03.0319.002; Wed, 26 Sep 2018 20:41:37 -0700 From: "Wang, Yipeng1" To: "Richardson, Bruce" CC: "dev@dpdk.org" , "Gobriel, Sameh" Thread-Topic: [PATCH v2 0/7] hash: add extendable bucket and partial key hashing Thread-Index: AQHUVZhz9goevBjst0qR7BsRvEtccaUDfI7Q Date: Thu, 27 Sep 2018 03:41:36 +0000 Message-ID: References: <1536253745-133104-1-git-send-email-yipeng1.wang@intel.com> <1537550255-252066-1-git-send-email-yipeng1.wang@intel.com> <20180926125706.GB14380@bricha3-MOBL.ger.corp.intel.com> In-Reply-To: <20180926125706.GB14380@bricha3-MOBL.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzRlOWJlNWYtYmViZC00NGVhLWE2N2UtOTZkZmFjYmIxNWZhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiUFcyRDhWdkJCbVFjS1JZVTd5RTRtK0pBQ0huTE1tUTRsYzRQYjQrUmRjbmFMVTZxc2RndnJyZnB1SXZyd1lUcyJ9 x-originating-ip: [10.1.200.108] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/7] hash: add extendable bucket and partial key hashing 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: Thu, 27 Sep 2018 03:41:41 -0000 Done! Now they are two separate patch sets. Thanks Yipeng >-----Original Message----- >From: Richardson, Bruce >I'd suggest splitting this set into two. The first 4 patches are easy to >review and should be quickly merged (I hope :-)), allowing us to focus mor= e on >the bigger patches adding the key new feature support. > >/Bruce