From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 3232CA0679 for ; Tue, 30 Apr 2019 13:20:19 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D1FD75B2A; Tue, 30 Apr 2019 13:20:17 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 8F6725B12 for ; Tue, 30 Apr 2019 13:20:16 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Apr 2019 04:20:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,413,1549958400"; d="scan'208";a="342084893" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga005.fm.intel.com with ESMTP; 30 Apr 2019 04:20:14 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.30]) by irsmsx110.ger.corp.intel.com ([169.254.15.173]) with mapi id 14.03.0415.000; Tue, 30 Apr 2019 12:20:13 +0100 From: "Mcnamara, John" To: "Wang, Yipeng1" , "Wang, Yipeng1" , "De Lara Guarch, Pablo" , "gentoorion@gmail.com" , "Burakov, Anatoly" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: fix rte_hash_hash comment for ambiguity Thread-Index: AQHU/rXsCyB8moOSbkGhHee318dCmKZUj+GA Date: Tue, 30 Apr 2019 11:20:13 +0000 Message-ID: References: <1556530816-423522-1-git-send-email-yipeng1.wang@intel.com> In-Reply-To: <1556530816-423522-1-git-send-email-yipeng1.wang@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWRkNzcyODEtMTRlYi00N2ZjLWIyMzQtOGI1YWIzNWIxZjJmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoib1BjNGx4d0kxQVhOMHpLS25cL1QyWTUraVFuQjV4aEphSHV5dVZRUmhwQ3VaQ0VCWk9RRDltY1BQc3dlSkU2dVkifQ== dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: fix rte_hash_hash comment for ambiguity 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190430112013.jjDdzEmx8fIFmi6f-5T7DB2c8gicq6MWM1XMctHpWh0@z> > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Yipeng Wang > Sent: Monday, April 29, 2019 10:40 AM > To: Wang, Yipeng1 ; De Lara Guarch, Pablo > ; gentoorion@gmail.com; Burakov, Anatoly > > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] doc: fix rte_hash_hash comment for ambiguity >=20 > rte_hash_hash is multi-thread safe but not multi-process safe because of > the use of function pointers. Previous document and comment says the othe= r > way around. This commit fixes the issue. Acked-by: John McNamara