From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 150061B13C; Mon, 14 Jan 2019 19:47:40 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3E67B220E0; Mon, 14 Jan 2019 13:47:38 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 14 Jan 2019 13:47:38 -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=AycF3H0df2gww4ymdnTVpSGS0DCAK5MOJMHFa62E9YQ=; b=n8clh0UDR/1I qPWfignIo/2V9bN/svFM3q+6cPuvjZRVCVlDpM1iY8BCOMDf3CwGZg9Zzru4XKn5 GlZNDKEN+wiRBK+DEvu0G88XBSlxkIKEVMsbB35et2A/OaboxKMDNCD7dB31Y6eh P+ezNTgKAwr6bgd4vuY9ZVj3qzK0gaU= 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=fm1; bh=AycF3H0df2gww4ymdnTVpSGS0DCAK5MOJMHFa62E9 YQ=; b=HtdqHotOd6ReEgvE3tYBbP2QAnU/TUgKVlFUoZ5LYiqj8NcdXxQhM7yfV gwhqOmpbKhlC+68SCsU7cFQ6A+SejFCdbNKpZ/T9fIZyquaPKRocmuDufYK/GKwW pglnv2fOAF084Tlc4OMQ///E73TrwuG4Kh/Y9WN810pyCqA5NY8EmapVgM5EGdid 2pG2yGtul83aHsCuDutmAlfEEwTDd1S6518V/ORSubAkh3FIJnqvM/pthvp1RUcw ay3VAAqCqFG/aqRGDYoCs71G4bUigthSEevmkkOeqG+iSlntzcLpGTB9IzXcwlwm 7O5yFr+t4rO7ELGU6ksp7cVeXMzGQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrgedugdduudefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthhqredttddtjeenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtd efrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 694A6102A0; Mon, 14 Jan 2019 13:47:36 -0500 (EST) From: Thomas Monjalon To: Honnappa Nagarahalli Cc: Ilya Maximets , "dev@dpdk.org" , Pavan Nikhilesh , "stable@dpdk.org" , nd Date: Mon, 14 Jan 2019 19:47:34 +0100 Message-ID: <2111354.bjGcnvyq1o@xps> In-Reply-To: References: <20190114161442.8277-1-i.maximets@samsung.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] eal: fix build of external apps with clang on armv8 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: Mon, 14 Jan 2019 18:47:40 -0000 14/01/2019 17:50, Honnappa Nagarahalli: > >=20 > > In case DPDK built using GCC, RTE_TOOLCHAIN_CLANG is not defined. > > But 'rte_atomic.h' is a generic header that included to the external ap= ps like > > OVS while building with DPDK. As a result, clang build of OVS fails on = ARMv8 > = ^^^^^^ > Typo, should be armv8. > Commit '40fd87486799' should have caught the typo issue. I don't want to = do this for every patch =F0=9F=98=8A Does 'check-git-log.sh' run automatica= lly? We are supposed to run it before submitting. And tree maintainers run it before applying. Anyway, it does check the title but not the message body.