From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id ABEB74C8E for ; Wed, 13 Mar 2019 14:21:42 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Mar 2019 06:21:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,474,1544515200"; d="scan'208";a="326928318" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga006.fm.intel.com with ESMTP; 13 Mar 2019 06:21:41 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 13 Mar 2019 06:21:41 -0700 Received: from HASMSX110.ger.corp.intel.com (10.184.198.28) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 13 Mar 2019 06:21:41 -0700 Received: from hasmsx111.ger.corp.intel.com ([169.254.5.74]) by HASMSX110.ger.corp.intel.com ([169.254.6.18]) with mapi id 14.03.0415.000; Wed, 13 Mar 2019 15:21:38 +0200 From: "Jozwiak, TomaszX" To: Thomas Monjalon , "De Lara Guarch, Pablo" CC: "dev@dpdk.org" Thread-Topic: [PATCH] app/compress-perf: call generic strlcpy Thread-Index: AQHUzJI45n6a+AOugkSrz2Nb7pzT26YJpfRA Date: Wed, 13 Mar 2019 13:21:37 +0000 Message-ID: References: <20190224224201.26224-1-thomas@monjalon.net> In-Reply-To: <20190224224201.26224-1-thomas@monjalon.net> 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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTUzZjRmNjktOTViYS00NzY5LTg5OTAtNmRmMGU1MTgyYmRhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWkdjSzZqRG5jOW1UVXUwaUdOT1JOMTNwN1FHb2wxQ0VURDRpaFJyTEtGN0NDSFhvZkRIOWlFWWtYdzJBMm56VCJ9 x-originating-ip: [10.103.104.44] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/compress-perf: call generic strlcpy 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, 13 Mar 2019 13:21:43 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Sunday, February 24, 2019 11:42 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; Jozwiak, TomaszX > Subject: [PATCH] app/compress-perf: call generic strlcpy >=20 > The call to strlcpy uses either libc, libbsd or internal rte_strlcpy. > No need to call the DPDK flavor explictly. >=20 > Signed-off-by: Thomas Monjalon > 2.20.1 Acked-by: Tomasz Jozwiak