From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 6DE9829D2 for ; Thu, 19 Oct 2017 10:10:25 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP; 19 Oct 2017 01:10:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,400,1503385200"; d="scan'208";a="1232566562" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga002.fm.intel.com with ESMTP; 19 Oct 2017 01:10:23 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0319.002; Thu, 19 Oct 2017 09:10:23 +0100 From: "De Lara Guarch, Pablo" To: Thomas Monjalon , "Richardson, Bruce" CC: "dev@dpdk.org" , mstolarchuk Thread-Topic: [dpdk-dev] [PATCH 1/7] Use an accessor for rte_hash_key Thread-Index: AQHTGF3pqnDOn+6oH0m5ze/VCqlCpqLoXq0AgALIX7A= Date: Thu, 19 Oct 2017 08:10:22 +0000 Message-ID: References: <1503086972-32649-1-git-send-email-mike.stolarchuk@bigswitch.com> <4317181.EN77ZZiejQ@xps> In-Reply-To: <4317181.EN77ZZiejQ@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWFiMjM4NGUtNzMwNy00ZTUzLTgzYzctNGVmM2Q4Y2Y3MWZmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkNERkNlQ3NUUkIyVHVrMFN4ZTFJQ1lLZUZwM2pLUzRhZDJ5U0lVRDJcL05FPSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 1/7] Use an accessor for rte_hash_key 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, 19 Oct 2017 08:10:26 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Tuesday, October 17, 2017 2:59 PM > To: Richardson, Bruce ; De Lara Guarch, > Pablo > Cc: dev@dpdk.org; mstolarchuk > Subject: Re: [dpdk-dev] [PATCH 1/7] Use an accessor for rte_hash_key >=20 > 18/08/2017 22:09, mstolarchuk: > > Improves consistency, allows identifcation of use-sites > > > > Signed-off-by: mstolarchuk >=20 > Any comment on this patch and others from the same author? Hi, Two of the patches submitted are actually the same, although they have a di= fferent enumeration. The patches look like they were part of two different patchsets, so it does= n't look right. Also, patch 6/6 is not applicable anymore, as a similar fix was sent previo= usly. Mike, could you send another patchset, that is rebased on top of the latest= code? Thanks, Pablo