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 409A3A057C; Fri, 27 Mar 2020 16:12:10 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 66CC31C226; Fri, 27 Mar 2020 16:12:09 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 803F51C223 for ; Fri, 27 Mar 2020 16:12:07 +0100 (CET) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 154205C0481; Fri, 27 Mar 2020 11:12:07 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Fri, 27 Mar 2020 11:12:07 -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=rB+P1tqZebVwCXUy3jTRJzqsE0G3cm8uEw9rgv2RR+E=; b=cRBkR77bgUvA MB8YF831Tg8n1RzvgLeERUosHBMMqmLsg9tWKjGSXQ0PG/Tey3XCyY5lif3delnG RrsP1FpXuejYQlY8vDQM077B7s2+DzsjaLjAmEJzWwb40lCy9ULIcbIjWNcYov9j Zut1LPJ0fUj9et/laucIXYDS7Tp5hXI= 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=rB+P1tqZebVwCXUy3jTRJzqsE0G3cm8uEw9rgv2RR +E=; b=Uzl0AqOkyjiJtLCMW21QF2CHoK2IxTtGe63bjn1TZefQIA6SWlINNBRQN Lw+aw/RZc9utt1NwtkldwxEGGzq4+y+MDHnHegha+uj5qItcBPd9uhdgtNjoJ0T6 uiVuW+TUDzS9yEfmJ6+DnCJf4Wb/2vKMlGMjbPj4sQq+4I/S+tgYikQakea8EeO7 Zv1hzlcGyn4EmSP0UbzDk+QzqRp5I0zKrSWZObTV8Y1+OndhJZpdoIjvkIXf8zBB 4n8fEBWiKhd8gzZ/tm6JAUQ4fX9Y/M8gQszGQ8LzIQLae7Mm0RZbAt1/zNgMcj/d R9oKdFEkG/309UtTeDabexUyYjDcA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrudehledgjedtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght 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 6A667306C375; Fri, 27 Mar 2020 11:12:06 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org, david.marchand@redhat.com Date: Fri, 27 Mar 2020 16:12:05 +0100 Message-ID: <2926970.zE8UqtGg2D@xps> In-Reply-To: <20200327074708.769eec46@hermes.lan> References: <20200320001220.150235-1-thomas@monjalon.net> <20200327011540.954014-1-thomas@monjalon.net> <20200327074708.769eec46@hermes.lan> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 0/8] eal: reorganize directories layout 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" 27/03/2020 15:47, Stephen Hemminger: > On Fri, 27 Mar 2020 02:15:32 +0100 > Thomas Monjalon wrote: > > v2: > > - add missing meson and make files in the include/ directory > > - fix ppc build > > - cosmetic improvements in meson files > > - split single patch into 8 pieces > > > > > > Thomas Monjalon (8): > > eal: remove useless makefiles > > build: rename ppc sub-directories > > eal: move arch-specific C files > > eal: move arch-specific header files > > eal: simplify meson build of common directory > > eal: move common header files > > eal: move OS-specific sub-directories > > eal: clean make and meson files > > When applied this should still bisectable right? i.e all these intermediate > steps won't cause a build break when running git bisect. Correct. I spent hours to have proper intermediate steps. If you find a specific arch or OS is broken in an intermediate step, please shout :)