From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54])
 by dpdk.org (Postfix) with ESMTP id 9BDE158D8
 for <dev@dpdk.org>; Fri, 27 Nov 2015 15:32:39 +0100 (CET)
Received: by wmww144 with SMTP id w144so60492407wmw.0
 for <dev@dpdk.org>; Fri, 27 Nov 2015 06:32: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=KaCNry6pstUmGHbHCi6+97fCYWUUsxqe9qeR0ECGdzo=;
 b=wAQCKTZ9t1ANk40juixBHGM74gh5y1KA2XXr9cgl2WbvsZrdbJlEb2ayxmxCCsoK0T
 xZlCObLbK59/oWtSAaTLeyBbpIIvbJC5F2Zyk8OpGJN33TiKdAHCGrJ4qAkZa2YLUq0E
 lG6KHV3llR7d3l9qf6HmM0EhniZhPpW566TR0/2nM0F7wEEu0hnFneends3BX+PpK16r
 2HN1kTLu+ie2OpxX4ajZyx4t3/G9yMkpGGbpZcca1MMJDpo5u/u4KZlb/7G7EvLSdv8v
 Pg5HjjMo43VuojfjU+MUK098AQH9aOkucKvRia89Vsy1oBVo3yb4hB2rSoEppiCGVIy9
 U6lA==
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=KaCNry6pstUmGHbHCi6+97fCYWUUsxqe9qeR0ECGdzo=;
 b=AGyNAfaQh8wlR22llkKENvF0jVru9M6AAO1jvDQ/bwgyc4xyvqtZGkmqGoe6I652qB
 6XnA2LKIIFmWmwWrOLh4k+Ftzl9QDYICbAOcOeeEaeMS/MT0eiovTJd0NQkogRDVdIYo
 zTwDMJ0582YaTHYlonHfIbewGHH4hrVItSQFB8djk5sXTR0Q7Gucb4dfD5DpKUNHlyLP
 nMSVB3s6Yhhie9W38v7Navcr9c/PSv9oDFFTgtf1YOE+3ag2bYylwEBsJ1mINnffJUex
 bbfGyMU30xqCRW5FL7jnnl5Pl3ZbcJDsAXzmx+8M93uw+4KEnFB6ixIPPcFW9aNFx/71
 M4og==
X-Gm-Message-State: ALoCoQmv5CiK+VMm7YAhbGlECjwJBdye0qltiw9Orleg07MEEnMYKRaskGmav4KcRtbwtg/7vr8y
X-Received: by 10.194.187.179 with SMTP id ft19mr56796972wjc.176.1448634759488; 
 Fri, 27 Nov 2015 06:32: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 186sm7772500wmv.9.2015.11.27.06.32.38
 (version=TLSv1/SSLv3 cipher=OTHER);
 Fri, 27 Nov 2015 06:32:38 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Pablo de Lara <pablo.de.lara.guarch@intel.com>, bruce.richardson@intel.com
Date: Fri, 27 Nov 2015 15:31:19 +0100
Message-ID: <1570932.NB3qutnkrq@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1448633644-233692-1-git-send-email-pablo.de.lara.guarch@intel.com>
References: <1448633644-233692-1-git-send-email-pablo.de.lara.guarch@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] maintainers: claim responsability for
	various sample apps
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, 27 Nov 2015 14:32:39 -0000

2015-11-27 14:14, Pablo de Lara:
> Co-maintain helloworld, l2fwd and dpdk-qat sample apps.

Naive question: what is the benefit of dpdk-qat compared to l2fwd-crypto?
Is it something we can drop?