From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 7316147D1 for ; Fri, 22 Jul 2016 12:20:04 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 22 Jul 2016 03:20:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,404,1464678000"; d="scan'208";a="1027010654" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga002.fm.intel.com with ESMTP; 22 Jul 2016 03:20:02 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.71]) by IRSMSX106.ger.corp.intel.com ([169.254.8.240]) with mapi id 14.03.0248.002; Fri, 22 Jul 2016 11:20:01 +0100 From: "De Lara Guarch, Pablo" To: Thomas Monjalon , Akhil Goyal , Hemant Agrawal , "Doherty, Declan" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2 0/2] cryptodev_start fixes Thread-Index: AQHR4/2tKfbmpJAmv0WpjbkICMlwcqAkPLPg Date: Fri, 22 Jul 2016 10:20:01 +0000 Message-ID: References: <1469098444-2156-2-git-send-email-hemant.agrawal@nxp.com> <1469180663-24259-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1469180663-24259-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmQyZTNhMGQtYWE4OS00MzRkLTkyNzktZTQzYjAxNTk1YTg4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik0rVlVRbzNsZXJNUEw1VWVaMVNWUEFlMkE4eGNDRGo2NzBTVWdibVwvZ25zPSJ9 x-ctpclassification: CTP_IC 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] [PATCH v2 0/2] cryptodev_start fixes 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: Fri, 22 Jul 2016 10:20:04 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Friday, July 22, 2016 10:44 AM > To: Akhil Goyal; Hemant Agrawal; Doherty, Declan; De Lara Guarch, Pablo > Cc: dev@dpdk.org > Subject: [PATCH v2 0/2] cryptodev_start fixes >=20 > It seems cryptodev_start() calls empty driver functions, > and is not called in the example applications. >=20 > This a v2 of patches from Hemant Agrawal and Akhil Goyal. > There are some improvements to make error messages more > consistent with existing ones and keep the existing error return. >=20 > Are they important fixes for 16.07? Please advise. >=20 > Hemant Agrawal (2): > examples/l2fwd-crypto: call start function > examples/ipsec-secgw: call start function >=20 > examples/ipsec-secgw/ipsec-secgw.c | 4 ++++ > examples/l2fwd-crypto/main.c | 7 +++++++ > 2 files changed, 11 insertions(+) >=20 > -- > 2.7.0 Series-acked-by: Pablo de Lara