From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 9DBF12B87 for ; Sat, 9 Mar 2019 01:57:46 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 38CF2219DA; Fri, 8 Mar 2019 19:57:46 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 08 Mar 2019 19:57:46 -0500 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=sUeE66zKZF5XK6CxxTKEA7ZngT+YInApfzuf10dueJ0=; b=LMoCESWR+8Uj qv0Nq9iGAGYKRIdZvNxiueZSXIHVKST43OKN6X46B3uK66wi8K7Zm3ZJf8h73WUI x20pBaOnXNTBjOi3G5XRg26LnNsp+E7qBoLTTEAu6g1LVBmur8r/Rc3o0cfW5EvS o4uIN7kYBXnmwVemgZHo8YlsG79Rfgo= 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=sUeE66zKZF5XK6CxxTKEA7ZngT+YInApfzuf10due J0=; b=D4+eEz8DM41AFgpNIwHQ39xpuIv4JhyY7vIIKfElkEBvOyPpKKQ9sMNlU REoVaWMQr6Qvn2TY1dcBmq4x0RApOr5ZWVqZUIsN+RhZtp1daqm8cIkKYdJKX6gD 3MZZlfb0OkkbCx+oB1ryFXJVreIxs6pFRQXXzRNkq+SYH7R4/2PEtYDQNqonLlmy lW/aLYRbbjiTDn74/ez/jHGCo80Unn0un6B/dIRJCwdHdEfx4hphj7UkF59SEdFc alOkKL3IX3fucxzkR70L+FWvuRJf9YJNsRpz9eKchvI1g1LEiFK5JQEA/+wA/OO7 XqTaDFiLwOLDJ9wweI4Bs0EydQCvg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrgedugddvkecutefuodetggdotefrodftvf 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 4ECE31030F; Fri, 8 Mar 2019 19:57:45 -0500 (EST) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Sat, 09 Mar 2019 01:57:43 +0100 Message-ID: <8835039.k5sPRo0dVy@xps> In-Reply-To: <20190306162242.65375-1-bruce.richardson@intel.com> References: <20190306162242.65375-1-bruce.richardson@intel.com> 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: Sat, 09 Mar 2019 00:57:46 -0000 06/03/2019 17:22, Bruce Richardson: > The terms linuxapp and bsdapp are legacy names in DPDK that are equivalent > to the more usual names of "linux" and "freebsd". Therefore, we can > replace the instances of the "app" names with the more usual variants. The > only issue in maintaining backward compatibility which can be done by > preserving a) the build config filenames and b) the macros defined for > the build. In both cases, new configs/macros are added while keeping the > old for compatiblity. > > The first 5 patches are relatively minor, internal changes, or changes for > the newer meson system. Patch 6 is larger in size as it changes the > make build system which has far greater use of the names linuxapp and > bsdapp. > > 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 I agree on the idea. If no issue is found, I'll apply it shortly to avoid too many rebase issue. If someone is against, please shout before Tuesday.