From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0C283C43331 for ; Fri, 27 Mar 2020 12:06:01 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id B22362074F for ; Fri, 27 Mar 2020 12:06:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B22362074F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org 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