From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/3] fix dependencies on librte_hash Date: Sun, 10 Jul 2016 16:32:47 +0200 Message-ID: <3554659.K8NNhSq96N@xps13> References: <1467816293-19015-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: 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 ; Sun, 10 Jul 2016 16:32:49 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id f65so37451460wmi.0 for ; Sun, 10 Jul 2016 07:32:49 -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 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 10 Jul 2016 07:32:47 -0700 (PDT) In-Reply-To: <1467816293-19015-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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