From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id DEB9D47D1 for ; Fri, 22 Jul 2016 11:44:27 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id q128so50400570wma.1 for ; Fri, 22 Jul 2016 02:44:27 -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:in-reply-to:references; bh=e4DbxNlchjxt/ywdawsoAOLv2d+NEyrKd2vhDcfT7dU=; b=Oy1aXy6HtMTUdNF+zawmpzKUteiY5Oy88i+KL85dzWPPEi/owCS8w6QNvYdAjllTOb I0xtVaxi9fvgaKAuMkRgElcO7l7G6dDCJ8guo//DRs/Q1SPZ0YSPhXBgz3UqkCVirPCP FiT5Bp4m/4l8UeMNTcilquvT6kqMRkJQM7hZrS/U4BuqKCyTcIRfen9ARuZcqNgRMQrj aYgwc7lRWtYoxp53RUMbHAsiyU4OqUwpfUjG1VwBubqDxcNz3TkZtlOMuinuEtZ1pRdz zIK7MLWk8CTPThnVrprR1BqRzo+UbpJH085FVqU9tKfAoQLk3Vym5gEt+SYMZvLsaJiT FzQA== 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:in-reply-to :references; bh=e4DbxNlchjxt/ywdawsoAOLv2d+NEyrKd2vhDcfT7dU=; b=a8IoSMAHk2o5YFs+/m+itXafxyVILSz2uqkuoe/v56LT9FeFng8zDEVPJ+pSVigW6j tMJUSkeHepzfMA+ehuoK3KYkWxkFbmQX2lst3r9307PmHU8LRod6iMLQgMTOVqeu6BoU Zlq12DFLFc2pb6xJLIwFgXX5Jm8uWFAl/C/Ph8/hrQ2yc+y0G7QAMl9fB3vuh/OIWC3U Ssi7hSB/MNv91YpJVdvJh+kUSOOS39mkdQeiyMWqruaIYTrOUroEYvMbBHxMJfhspkET O4vGqJJkbARei5dKew+XwECrWj3ni2gHYWIJI5QMU9cs5gZNdmyTU4QXNatUCViauzIl jcRQ== X-Gm-Message-State: AEkoouuRyEgZW+vKagDrAh+tAYoRf6YXtLxteJP9IARd0hNi1Ax5SF8hCkrFv9APjyK91KEo X-Received: by 10.28.63.21 with SMTP id m21mr4390785wma.77.1469180667675; Fri, 22 Jul 2016 02:44:27 -0700 (PDT) Received: from XPS13.localdomain (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id g7sm48615wjx.10.2016.07.22.02.44.26 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 22 Jul 2016 02:44:26 -0700 (PDT) From: Thomas Monjalon To: Akhil Goyal , Hemant Agrawal , declan.doherty@intel.com, pablo.de.lara.guarch@intel.com Cc: dev@dpdk.org Date: Fri, 22 Jul 2016 11:44:21 +0200 Message-Id: <1469180663-24259-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1469098444-2156-2-git-send-email-hemant.agrawal@nxp.com> References: <1469098444-2156-2-git-send-email-hemant.agrawal@nxp.com> Subject: [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 09:44:28 -0000 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 examples/ipsec-secgw/ipsec-secgw.c | 4 ++++ examples/l2fwd-crypto/main.c | 7 +++++++ 2 files changed, 11 insertions(+) -- 2.7.0