From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v3 05/12] config: remove RTE_LIBNAME definition. Date: Mon, 6 Jul 2015 16:34:35 +0100 Message-ID: <20150706153435.GC3680@bricha3-MOBL3> References: <1436172698-21749-1-git-send-email-zlu@ezchip.com> <1436172698-21749-6-git-send-email-zlu@ezchip.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Zhigang Lu Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 423B5106B for ; Mon, 6 Jul 2015 17:34:39 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1436172698-21749-6-git-send-email-zlu@ezchip.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" On Mon, Jul 06, 2015 at 04:51:30PM +0800, Zhigang Lu wrote: > The library name is now being pinned to "dpdk" instead of intel_dpdk, > powerpc_dpdk, etc. As a result, we no longer need this config item. > This patch removes it. > > Change-Id: I36f7cf6c18c3563c6f5ccdf01bb70579c7ccaa16 > Signed-off-by: Zhigang Lu Acked-by: Bruce Richardson