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 BA2DA1B16F; Tue, 9 Jan 2018 12:48:18 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2018 03:48:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,335,1511856000"; d="scan'208";a="22593599" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga001.jf.intel.com with ESMTP; 09 Jan 2018 03:48:17 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX152.ger.corp.intel.com ([169.254.6.87]) with mapi id 14.03.0319.002; Tue, 9 Jan 2018 11:48:16 +0000 From: "De Lara Guarch, Pablo" To: "Doherty, Declan" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] cryptodev: fix function prototype Thread-Index: AQHTdCrQAgz8waHNTU2QiMsWlM+kraNrlxAw Date: Tue, 9 Jan 2018 11:48:15 +0000 Message-ID: References: <20171213155500.83374-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20171213155500.83374-1-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGE5ZDI1NWEtMGIwMS00N2U1LWE5YjUtZjQxMDMxNjJhMzYyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImU4eVBmVk5JWUtKS01nbThvXC9rRXdFQVRWMnJzQjZycGpuVHo1aGFaK05nPSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] cryptodev: fix function prototype 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, 09 Jan 2018 11:48:19 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Wednesday, December 13, 2017 3:55 PM > To: Doherty, Declan > Cc: dev@dpdk.org; De Lara Guarch, Pablo > ; stable@dpdk.org > Subject: [PATCH] cryptodev: fix function prototype >=20 > qp_detach_session function was using the attach_session_t function > prototype, instead of detach_session_t. > Since both of them have the same parameters, there were no compilation > issues, but it is not consistent. >=20 > Fixes: d816fdea557c ("cryptodev: add API to associate session with queue > pair") > Cc: stable@dpdk.org >=20 > Signed-off-by: Pablo de Lara Applied to dpdk-next-crypto. Pablo