From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47])
 by dpdk.org (Postfix) with ESMTP id 2E3764AC7
 for <dev@dpdk.org>; Fri, 11 Mar 2016 02:22:03 +0100 (CET)
Received: by mail-wm0-f47.google.com with SMTP id p65so9415842wmp.0
 for <dev@dpdk.org>; Thu, 10 Mar 2016 17:22:03 -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;
 bh=mQrzutqYwGKAFd+jQ82Mt+2JNuPL0goH7UuEUq1fR18=;
 b=12JCiT9uLeDVl2a/Q2dylTdhrrB9uGZ941kKLNHcKBZbz8JATO8B30dToWXl9D3Uhr
 xGwBE3SEnpDEB9iQjP6zmhcu8AyjsfwNpDHDv+PwSw8uwrSknI7sxs6aQ/bgHDJMqzdO
 kmHNhf2xPxHEYW/stHNnLRkTNN4fzowvywiI5UuVAgAGqxW/pO38qPLF4k+YobEbYL1d
 40JnL5gm8f4fo0Z4BjY4buDmb1WKp1+rwDP9/lMomL9CEZDdPom2OVprFdDjXy8Fj+UD
 wy+bU60d7A99lwFRoKX3aweiOS3CHb5AE1AVaGYCTz7YgC1m4E6n3f6axU+fZxSNxTY1
 7E0g==
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;
 bh=mQrzutqYwGKAFd+jQ82Mt+2JNuPL0goH7UuEUq1fR18=;
 b=Pb5t1m/TpJ0V4kDePpsmHzuLFBEgQavhYjK+AW/d9zEew7XdsF34tlBUv2xe3nk3y7
 jMoXMhpvgbVYGDGDO0GAVYxGS6dic3f1QZLDuY1VnZ8OCNF+a/hOqgMGKoyceDX184xr
 i9v84XLGkfIDk5jf45vL32QFTeUYXj0LWNj7fu8MFUq7uTFWHgnA83SCl+OkuplobkgR
 8F+E1bmLn1pEjoAThcwD6lYTVzgEIVJLfFabYjUGSB9qbKjh2iPJYCwUO9ukTl7jiJRC
 yDCNZnPtwysd6dLx6lpR4UTA/c8XQVZIQtd0eJyMcmH0Fam85BJ5Xq/JO0vQ/tZUYW3p
 YtNQ==
X-Gm-Message-State: AD7BkJIlKYdEqRWuGgomtFLI2IFFazxXXh7lGc8C+g7yIOXy4dzKRiHC9d4nBC0MMTdvhqxC
X-Received: by 10.28.144.19 with SMTP id s19mr233049wmd.81.1457659323084;
 Thu, 10 Mar 2016 17:22:03 -0800 (PST)
Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91])
 by smtp.gmail.com with ESMTPSA id 82sm224303wmd.4.2016.03.10.17.22.01
 (version=TLSv1/SSLv3 cipher=OTHER);
 Thu, 10 Mar 2016 17:22:01 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Date: Fri, 11 Mar 2016 02:20:19 +0100
Message-ID: <16034076.SnoENOFo98@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1457639676-16653-1-git-send-email-pablo.de.lara.guarch@intel.com>
References: <1457629646-17224-1-git-send-email-pablo.de.lara.guarch@intel.com>
 <1457639676-16653-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 v3] cryptodev: add capabilities discovery
	mechanism
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, 11 Mar 2016 01:22:03 -0000

There is a clang error here:

> +static const struct rte_cryptodev_capabilities aesni_gcm_pmd_capabilities[] = {

drivers/crypto/aesni_gcm/aesni_gcm_pmd_ops.c:41:48: fatal error:
	unused variable 'aesni_gcm_pmd_capabilities'