From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41])
 by dpdk.org (Postfix) with ESMTP id 1E18711DE
 for <dev@dpdk.org>; Sun, 10 Jul 2016 16:32:49 +0200 (CEST)
Received: by mail-wm0-f41.google.com with SMTP id f65so37451460wmi.0
 for <dev@dpdk.org>; Sun, 10 Jul 2016 07:32:49 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:subject:date:message-id:user-agent:in-reply-to:references
 :mime-version:content-transfer-encoding;
 bh=tP5emZPijmjkZHe8GiLOf7vita51Zk0VzR3gr0PybbE=;
 b=bLXXIsc3JQMwHizCGsS0YneYr//tve4VACNCC5F6fLCxHmG9EY/DQgTxlBPXNsoFKN
 wGABy83gcG86gEfJk47/BWWb7x81KxxGaTGreCUV8V3psJStlHfGVs728gsToE+rKxE+
 F8a/fPG2V+Gs9xU75Yx3UgylE+3BDnssa7/yQLXe6wUGyZt3HHFz9KDwHXuuKmH6TCp0
 Qz2v1sgeCgtVbl4oKYTfDcF7LBswS2/j5lYj8poRm73HEnmIEdFLGtjjouZFX/Ctk59h
 enYQi0LGRjLQvcp17o+LfW1yIYgCs0kr3WCuKyf2VWE9fyJPh4epfZYPeR9fos3cv1XF
 rd7Q==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=tP5emZPijmjkZHe8GiLOf7vita51Zk0VzR3gr0PybbE=;
 b=FRSRr9cig56Jk0vbPlYnvT9RQpR8zhq3ms6IUYP1zVYqvZryi4hyRsxMn3I1MzvZyS
 af8x/DKtnfQW3HWJ07EffDgZfug3nmlgYn1XyQ2vnGFmWG753axP8HdySFSZBbgBtI7S
 SUArUu+l3hLB77JcxG5KaMWnTaKQxz/zbMiUVoropjCc4tO/1w5I6PSIJw6M26pOz/k0
 b1LXqgejzWzjJVtTILO+XDCDMQ0FYSAIN0AUnNlTUyM21kFRu/pGRinjwvBV11wI7FVN
 4gAWvEQZIR8hedJyR+IOt2eBLGwSsX9b8JJVSHYjOxbvfhAaKplShNI92b9kAu2a5bG6
 HJqw==
X-Gm-Message-State: ALyK8tJwDcz5IaLe6oKEx7uywneaWNX6s9Cobqq4GTRBnw+F4KjEENiuGCcIViIxZwVDp6HU
X-Received: by 10.28.210.83 with SMTP id j80mr13000410wmg.54.1468161168703;
 Sun, 10 Jul 2016 07:32:48 -0700 (PDT)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id n26sm7206166wmi.3.2016.07.10.07.32.47
 for <dev@dpdk.org>
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Sun, 10 Jul 2016 07:32:47 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: dev@dpdk.org
Date: Sun, 10 Jul 2016 16:32:47 +0200
Message-ID: <3554659.K8NNhSq96N@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1467816293-19015-1-git-send-email-thomas.monjalon@6wind.com>
References: <1467816293-19015-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 0/3] fix dependencies on librte_hash
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: Sun, 10 Jul 2016 14:32:49 -0000

2016-07-06 16:44, Thomas Monjalon:
> Thomas Monjalon (3):
>   net/bnx2x: remove unneeded dependency on hash library
>   table: remove unneeded dependency on hash library
>   examples: fix dependencies on hash library

Applied