From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 58C8D5583 for ; Mon, 27 Jun 2016 12:20:38 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 27 Jun 2016 03:20:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,536,1459839600"; d="scan'208";a="1005847638" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga002.jf.intel.com with ESMTP; 27 Jun 2016 03:20:36 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.183]) by IRSMSX106.ger.corp.intel.com ([169.254.8.145]) with mapi id 14.03.0248.002; Mon, 27 Jun 2016 11:20:35 +0100 From: "De Lara Guarch, Pablo" To: Thomas Monjalon , "Doherty, Declan" CC: "dev@dpdk.org" Thread-Topic: [PATCH v3] cryptodev: uninline parameter parsing Thread-Index: AQHRz8iDcP5UzFckbU2bG7aCcIpjBZ/9G0ug Date: Mon, 27 Jun 2016 10:20:35 +0000 Message-ID: References: <1466860424-4155-1-git-send-email-thomas.monjalon@6wind.com> <1466958816-9224-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1466958816-9224-1-git-send-email-thomas.monjalon@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTI1NDdmMzYtMDQ2My00Y2UzLTg3NmYtZmFmNDI5YTUxYmY2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkpwcXFRZmpCTEcwYnBqNDJScjMyZU1pQWlPaWVJRlRjRzFyUWh6aGRuenc9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] cryptodev: uninline parameter parsing X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2016 10:20:38 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Sunday, June 26, 2016 5:34 PM > To: Doherty, Declan; De Lara Guarch, Pablo > Cc: dev@dpdk.org > Subject: [PATCH v3] cryptodev: uninline parameter parsing >=20 > There is no need to have this parsing inlined in the header. > It brings kvargs dependency to every crypto drivers. > The functions are moved into rte_cryptodev.c. >=20 > Signed-off-by: Thomas Monjalon Acked-by: Pablo de Lara