From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=0u7j1h60tHuDrYrL3CAFQ4/8M0agRMVJ0EQY0dDEuyY=; b=lRN8WaZI36W1IFwtP+9QpvMHIGiNOp7e8Id7D279TtEiFANWHjqfUox89UAUuxajon 6kn6wa05i6+c1T3O4O2yVJ0Uh5/2gql0FcyPWGTRs8QaH7whk+jCwtiSBHcVpZaUVUCf QBv/BU3pHBvHw5enVKy129Mqm+hbuBGx19NaWlx/dOVoZO0aBS2ivVlKt3gWfREw4bWP dFwCcBk5BI6Ws6Bi2W22pVmXDJMuSVuKe+Aa73gxKUfu7KWdXe57C3ttW5KLpSMbZu0h xuDz6p5Viif2ib5r7eVTuPbWRUBS9LRCPm/5VmS/Lj6UUSPyokiPlmZIT7zQcSIp/hMY ZnJw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=0u7j1h60tHuDrYrL3CAFQ4/8M0agRMVJ0EQY0dDEuyY=; b=YQLoEzeGyXLKeIOTekIqhxgrDxZ5tWEh7kF6o6VkbK3XOiFSWE3iuOhFsoLJEIa0GV AVafKE3gnczoJgzwD6A/K75i5LHM5SCZPbrp8Cw2XqpjkpyyharK4Te3yUxyhlD/Fuc6 eG6No3hFRuje0xiuL0jy4de/duSWQS5jR+Rh2LhTsb1z/OIMw5eT/VSvm2JeDC6wYIO/ X47dNgXT2slTrhNwCet7188KogJ105r4+ubxW3XGGL9i1swGozmH7/xUhpUjWVbM3EUI 847bEJyVhdyO9v/kuuK0JJ7zevFRgtjlWRTyr8dsXAmVeCEYg+FWYgraTGbzSPb+91r7 G6Sg== X-Gm-Message-State: AEkoouvfOEWjbB2dUmzP85xRRGFk497r5ZQbqsgYn6BuhHDnjvVNq1mExlnCC+WrcBtm4ISZ X-Received: by 10.194.85.232 with SMTP id k8mr293319wjz.147.1469184068497; Fri, 22 Jul 2016 03:41:08 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id d80sm11900618wmd.14.2016.07.22.03.41.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 Jul 2016 03:41:07 -0700 (PDT) From: Thomas Monjalon To: Akhil Goyal , Hemant Agrawal Cc: dev@dpdk.org, "De Lara Guarch, Pablo" , "Doherty, Declan" Date: Fri, 22 Jul 2016 12:41:06 +0200 Message-ID: <1958912.KYcjeMgngt@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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:41:08 -0000 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