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 E33184C8E for ; Tue, 12 Mar 2019 23:13:31 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6FC70222B6; Tue, 12 Mar 2019 18:13:31 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 12 Mar 2019 18:13:31 -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=B77tPYeFmEj67YhqZq8ObRaFbs+VbnS1KNZTC74rLts=; b=Llz26dLbLntO VhQDD+VkjvFr51PlND4q5M8cWxcD3rsEUAx2RcuWSazZXlxnBXJIUeui3KLRoyhW 5D7EbuYBlKlpl5yLLmNsmbpDg3Qt0+HGD1mrf/JPQkkletaCIe6V1QgFYcBmTAKZ 9hqitKjTFhH+XgxzjdEujPGEraiRXzk= 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=B77tPYeFmEj67YhqZq8ObRaFbs+VbnS1KNZTC74rL ts=; b=CXI5UIjjB53bvMy7Xw8Ca/TOcazR0nVa5iItQ/geC/IlS9dpA11N51Zec mGfT1d5w+cTvVkHfNqA0xYO9zl719hVp1UULKAy24+mt83N4aQhnKl9f0iFvPMKQ oR5QPO4KpDbBYzwvrV7ywZF5R72YhpLDsmdhKrvvHUVAaO8HMNn7Ji29H0Td56GM 5k+tmFShMF7IkqcFcqQr2RehPxT/+RqW1MgvH5gei/9Hqsxj58zEcylHcJwFkiWC pN4uYTARgbAsYB/2OH7g8ouS9Pe/Ece+gW1gtxvJTxIeGwoSTz/STJIR+fcctjKE 42lLR4yCDAxC1VXp70f6Imr24gdvQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrgeekgdduieefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 68E0A10340; Tue, 12 Mar 2019 18:13:30 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Tue, 12 Mar 2019 23:13:29 +0100 Message-ID: <19421689.NtES9yoMkj@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: Tue, 12 Mar 2019 22:13:32 -0000 > 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