From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 4A181239 for ; Wed, 13 Mar 2019 14:59:12 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 49D913992; Wed, 13 Mar 2019 09:59:11 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 13 Mar 2019 09:59:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=PSvge5ZaQbFT4DK7bqm6Xmc8WEIwlbgjZe7bD6e9NNQ=; b=jIRU7Aa2KAKT AYet8KNHzseWUbQq/XVMbvVdmw+/d25mZf7/VtgPDU3m1dZM6f27qW6FUu8xPkyK n/BJK/gKkfNEiaJq13SJDNUVZ6NcO9i0nl3XDNjRk9fOVby0cZY6UE3Lq1us9eCw e99rBAhdiGtGT1lp60tGUXuvQFJXxHY= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=PSvge5ZaQbFT4DK7bqm6Xmc8WEIwlbgjZe7bD6e9N NQ=; b=0+8NTTPM2nS1hrczrYw17xqpnmU7Vlcp3B7qfhFksJ6F4h358pDvjDdtg epuqbVHuRVBYM+mfWO1RwEPbDyf8YY8INOWrxTi7yzlWmEHtI2LRt+sl37/reE6g YnmgW99F6Yjok4dAHYGHPEEt9IpkBh51inql4k1+HFYo6wIINGlR/WLOeyzFKY5p HbQDkvB3xUhKajkIk9DvI2dL38J8l2im+JZEhC0EFabE75aYzcZcyclX5f/esACZ A8MS4L2UFNRYCROjdPfNw+OVMuW2o3a/O6Pupa7Oys/hr3oLAWcoDPM/qsVC4VgH hu7CmHEhSZZUT5seCKQS3voqKyNlQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrhedtgdehkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id A7C58E412C; Wed, 13 Mar 2019 09:59:09 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit Cc: Bruce Richardson , dev@dpdk.org Date: Wed, 13 Mar 2019 14:59:08 +0100 Message-ID: <2347388.E9kf87BXsl@xps> In-Reply-To: References: <20190306162242.65375-1-bruce.richardson@intel.com> <19421689.NtES9yoMkj@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [RFC PATCH 0/6] change legacy linuxapp/bsdapp names 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: , X-List-Received-Date: Wed, 13 Mar 2019 13:59:12 -0000 13/03/2019 14:41, Ferruh Yigit: > On 3/12/2019 10:13 PM, Thomas Monjalon wrote: > >> Bruce Richardson (6): > >> eal/bsdapp: rename to freebsd > >> eal/linuxapp: rename to linux > >> build/linux: rename macro from LINUXAPP to LINUX > >> build/freebsd: rename macro from BSDPAPP to FREEBSD > >> build/meson: change linuxapp to linux in meson cross files > >> build: allow linux and freebsd in build configs > > > > Applied, thanks > > This has potential to break some automation/scripts since changes the names of > the config files: > 'make T=x86_64-native-linuxapp-gcc config' becomes > 'make T=x86_64-native-linux-gcc config' etc... > > I suggest highlighting this change in release notes! No, the old names should still work. Otherwise, it would be an API breakage, which is very bad!