From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/2] cryptodev_start fixes Date: Fri, 22 Jul 2016 12:41:06 +0200 Message-ID: <1958912.KYcjeMgngt@xps13> References: <1469098444-2156-2-git-send-email-hemant.agrawal@nxp.com> <1469180663-24259-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "De Lara Guarch, Pablo" , "Doherty, Declan" To: Akhil Goyal , Hemant Agrawal Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id A72534A65 for ; Fri, 22 Jul 2016 12:41:08 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id i5so60428184wmg.0 for ; Fri, 22 Jul 2016 03:41:08 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-07-22 10:20, De Lara Guarch, Pablo: > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > It seems cryptodev_start() calls empty driver functions, > > and is not called in the example applications. > > > > 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. > > > > Are they important fixes for 16.07? Please advise. > > > > Hemant Agrawal (2): > > examples/l2fwd-crypto: call start function > > examples/ipsec-secgw: call start function > > Series-acked-by: Pablo de Lara Applied, thanks