From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 53445A057C; Fri, 27 Mar 2020 13:06:00 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2DF2A1C1A9; Fri, 27 Mar 2020 13:05:58 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id D02581C12E; Fri, 27 Mar 2020 13:05:55 +0100 (CET) IronPort-SDR: W1ZfVhRX5TUQmlbKb5Z35Nqeg/Gm2RidZhFRu2Cy3P/U0MgkB8Mv2FbVMLgvCJwYm+BNq1q1x/ lS76UliMFVJA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2020 05:05:54 -0700 IronPort-SDR: XE4+YTNdeNvhox9rNhQvpukf8xgIDuvWw550sKY/i54RiVusC+vEw1oAIACPfPpvnOFb60wWwf nGnqi/poqpHw== X-IronPort-AV: E=Sophos;i="5.72,312,1580803200"; d="scan'208";a="239085002" Received: from cwbutler-mobl.amr.corp.intel.com (HELO bricha3-MOBL.ger.corp.intel.com) ([10.135.40.241]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 27 Mar 2020 05:05:52 -0700 Date: Fri, 27 Mar 2020 12:05:49 +0000 From: Bruce Richardson To: Thomas Monjalon Cc: dev@dpdk.org, david.marchand@redhat.com, stable@dpdk.org, Hemant Agrawal Message-ID: <20200327120549.GA834@bricha3-MOBL.ger.corp.intel.com> References: <20200320001220.150235-1-thomas@monjalon.net> <20200327011540.954014-1-thomas@monjalon.net> <20200327011540.954014-2-thomas@monjalon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200327011540.954014-2-thomas@monjalon.net> Subject: Re: [dpdk-dev] [PATCH v2 1/8] eal: remove useless makefiles X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list 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 Fri, Mar 27, 2020 at 02:15:33AM +0100, Thomas Monjalon wrote: > When moving files to the directory kernel/, > the file BSDmakefile.meson was left in eal/. > > Also the intermediate makefiles in linux/ and freebsd/ became useless. > > Fixes: acaa9ee991b5 ("move kernel modules directories") > Cc: stable@dpdk.org > > Signed-off-by: Thomas Monjalon Acked-by: Bruce Richardson