From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] ehdev: fix redundancy in meson file Date: Fri, 27 Apr 2018 10:28:01 +0100 Message-ID: <3abad481-fef7-60db-a7a0-c2266f978104@intel.com> References: <20180427091924.172648-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 3AB407CF9 for ; Fri, 27 Apr 2018 11:28:03 +0200 (CEST) In-Reply-To: <20180427091924.172648-1-ferruh.yigit@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 4/27/2018 10:19 AM, Ferruh Yigit wrote: > Meson "name" variable required for the case library name is not same as > the library folder, this was the case for ehtdev. > After ethdev library folder name updated this field no more required. > > Fixes: b3238506199f ("ethdev: rename folder to library name") > Cc: ferruh.yigit@intel.com > > Signed-off-by: Ferruh Yigit Squashed into relevant commit in next-net, thanks.