From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46])
 by dpdk.org (Postfix) with ESMTP id 894839214
 for <dev@dpdk.org>; Fri, 13 Nov 2015 17:04:39 +0100 (CET)
Received: by wmww144 with SMTP id w144so36925971wmw.0
 for <dev@dpdk.org>; Fri, 13 Nov 2015 08:04:39 -0800 (PST)
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:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding
 :content-type; bh=NwAG+xEic+aCD+1tYEsweaQYSjfi4SrQkWFLrgKQG1c=;
 b=X7krWvlQEa+ZoNmgYEmFeZg/x5wcRZxTB+3wTKNm4usABNqaXtyowlOSdXWH2E1LTL
 EMhEJszADqpPDH2lra67D71JdCZWOEM0k9bXeeqypscOPQlSpkZSfv5DwVi0gX0wDrqr
 k2qC1+k8GhSRuokZ2Pt6hhM3z4Qx6TgmLAMy/3/tZ9927ef1CbIS5RfsrDPnJ+hrecUq
 ueyYPSA6w39/k2K+TgSWGCcHk+9K1M7DDfs2jml5s24JcRiaj0GWFRLrnbL6lT65GaxG
 kHxwoBgtM/D4G7CuN812M6fZIBhNKMBpXAlCmz57qhjxFr0tTeds3PrJtn6WLRM9e0R/
 TuVA==
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:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=NwAG+xEic+aCD+1tYEsweaQYSjfi4SrQkWFLrgKQG1c=;
 b=BGE5Vxuil/MgFHGykUmxqYkEShjk+0JwT2F4rIGzQFZZ4+gNeCnYbXQjW912UaIJfk
 MqFt0ZgF6UHeTgJOlCOEOxKynzHjL5updwQaWYcdjBt3eMRVLoyOETAM/2M/cmmyyDG2
 Miy6czHiLCQggM5OuGXp2srnZfaw1TpGrr6VHFfvsmED9rpuE2WeQinD/hCNVzhfa4xl
 W/j8tj+5s50JyqNmoxKyhl14dv9Jc/PWMRf2D3sAIA8R8gMd5lBRkApoGU6JgPjPstT4
 lvdSpzXcnwO10zAOO0YFBRhmXOTeSRuluGMj5oGIPiXI5PgpQVnP6kx5djSNSh72F9b7
 N1jQ==
X-Gm-Message-State: ALoCoQnO8SyOMZ9Xq1cah3kt5UXN0/iMrK7OvCjBw48qpu8KWiJXr/iMI2/YIqX2Q9CLFBTLB3WY
X-Received: by 10.28.180.9 with SMTP id d9mr4953309wmf.62.1447430679317;
 Fri, 13 Nov 2015 08:04:39 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id e63sm4572819wma.7.2015.11.13.08.04.38
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 13 Nov 2015 08:04:38 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Declan Doherty <declan.doherty@intel.com>
Date: Fri, 13 Nov 2015 17:03:25 +0100
Message-ID: <4034215.SqKq8HjVtC@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1447176763-19303-11-git-send-email-declan.doherty@intel.com>
References: <1447101259-18972-1-git-send-email-declan.doherty@intel.com>
 <1447176763-19303-1-git-send-email-declan.doherty@intel.com>
 <1447176763-19303-11-git-send-email-declan.doherty@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v6 10/10] l2fwd-crypto: crypto
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 13 Nov 2015 16:04:39 -0000

2015-11-10 17:32, Declan Doherty:
>  MAINTAINERS                    |    1 +
>  examples/l2fwd-crypto/Makefile |   50 ++
>  examples/l2fwd-crypto/main.c   | 1473 ++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 1524 insertions(+)

I think you missed examples/Makefile