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 34D5B1C0BA; Thu, 12 Apr 2018 16:28:05 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Apr 2018 07:28:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,442,1517904000"; d="scan'208";a="219897059" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga006.fm.intel.com with ESMTP; 12 Apr 2018 07:27:59 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.155]) by irsmsx105.ger.corp.intel.com ([169.254.7.163]) with mapi id 14.03.0319.002; Thu, 12 Apr 2018 15:27:59 +0100 From: "De Lara Guarch, Pablo" To: Shreyansh Jain , "Richardson, Bruce" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] lib/librte_hash: fix incorrect comment for lookup Thread-Index: AQHT0liFPH4m9hM44UubyvwIAGAkXqP9KYGA Date: Thu, 12 Apr 2018 14:27:58 +0000 Message-ID: References: <20180412123358.30939-1-shreyansh.jain@nxp.com> In-Reply-To: <20180412123358.30939-1-shreyansh.jain@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2ZkNTY3N2YtYTIxYS00ODNiLTg1ODYtYzYwNTA1NTFjYjIyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjE2M25NWkx0Wjg2T1FHdEw2cDJ4c2xvc3M5WWhtV1BkTVByVW50Vkk4bDA9In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] lib/librte_hash: fix incorrect comment for lookup 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, 12 Apr 2018 14:28:05 -0000 > -----Original Message----- > From: Shreyansh Jain [mailto:shreyansh.jain@nxp.com] > Sent: Thursday, April 12, 2018 1:34 PM > To: Richardson, Bruce ; De Lara Guarch, Pablo > > Cc: dev@dpdk.org; Shreyansh Jain > Subject: [PATCH] lib/librte_hash: fix incorrect comment for lookup >=20 > rte_hash_lookup_with_hash() has wrong comment for its 'sig' param. >=20 > Fixes: 1a9f648be291 ("hash: fix for multi-process apps") >=20 > Signed-off-by: Shreyansh Jain Acked-by: Pablo de Lara Also, this should be backported to the stable branch, so I CC stable@dpdk.o= rg.