From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH 0/3] fix dependencies on librte_hash Date: Wed, 6 Jul 2016 16:44:50 +0200 Message-ID: <1467816293-19015-1-git-send-email-thomas.monjalon@6wind.com> To: dev@dpdk.org Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 816FE7F2D for ; Wed, 6 Jul 2016 16:44:59 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id a66so195838107wme.0 for ; Wed, 06 Jul 2016 07:44:59 -0700 (PDT) Received: from XPS13.localdomain (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id q63sm4146606wma.0.2016.07.06.07.44.57 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 06 Jul 2016 07:44:57 -0700 (PDT) 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" Thomas Monjalon (3): net/bnx2x: remove unneeded dependency on hash library table: remove unneeded dependency on hash library examples: fix dependencies on hash library drivers/net/bnx2x/Makefile | 2 +- examples/Makefile | 8 ++++++-- examples/multi_process/client_server_mp/mp_server/init.c | 1 - examples/multi_process/client_server_mp/mp_server/main.c | 1 - lib/librte_table/Makefile | 1 - 5 files changed, 7 insertions(+), 6 deletions(-) -- 2.7.0