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 3FFD9A495; Tue, 23 Jan 2018 16:31:16 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jan 2018 07:31:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,401,1511856000"; d="scan'208";a="13534728" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga002.fm.intel.com with ESMTP; 23 Jan 2018 07:31:13 -0800 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX153.ger.corp.intel.com (163.33.192.75) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 23 Jan 2018 15:31:13 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by irsmsx155.ger.corp.intel.com ([169.254.14.235]) with mapi id 14.03.0319.002; Tue, 23 Jan 2018 15:31:12 +0000 From: "De Lara Guarch, Pablo" To: "Yang, Zhiyong" , "dev@dpdk.org" CC: "Yigit, Ferruh" , "thomas@monjalon.net" , "stable@dpdk.org" , "Doherty, Declan" , "akhil.goyal@nxp.com" , "Yang, Zhiyong" Thread-Topic: [dpdk-stable] [PATCH] lib: fix wrong cast Thread-Index: AQHTlC9XakJgVQLnek+EHVcjcJb9GqOBlfoQ Date: Tue, 23 Jan 2018 15:31:12 +0000 Message-ID: References: <20180123094813.65813-1-zhiyong.yang@intel.com> In-Reply-To: <20180123094813.65813-1-zhiyong.yang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmVlY2Q2ODctMzI1ZS00ZmRhLWFmNzUtYzU3NDBjMDUyOThkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjZXWkZ0eVU5NlhlYXVFSkJXaHo4NEZURCtNalRzNEVWdXRtYU5tMWtzcVk9In0= 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] [dpdk-stable] [PATCH] lib: fix wrong cast 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: Tue, 23 Jan 2018 15:31:16 -0000 > -----Original Message----- > From: stable [mailto:stable-bounces@dpdk.org] On Behalf Of Zhiyong Yang > Sent: Tuesday, January 23, 2018 9:48 AM > To: dev@dpdk.org > Cc: Yigit, Ferruh ; thomas@monjalon.net; > stable@dpdk.org; Doherty, Declan ; > akhil.goyal@nxp.com; Yang, Zhiyong > Subject: [dpdk-stable] [PATCH] lib: fix wrong cast >=20 > The wrong casts don't cause actual error, but they should conform to C > standard. >=20 > Fixes: c261d1431bd8 ("security: introduce security API and framework") > Fixes: b3bbd9e5f265 ("cryptodev: support device independent sessions") > Cc: stable@dpdk.org > Cc: declan.doherty@intel.com > Cc: akhil.goyal@nxp.com >=20 > Signed-off-by: Zhiyong Yang Acked-by: Pablo de Lara