From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id C6FE3A00E6 for ; Thu, 18 Apr 2019 13:04:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A2F2E1B948; Thu, 18 Apr 2019 13:04:51 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 9C8EB1B944; Thu, 18 Apr 2019 13:04:50 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 297E02207D; Thu, 18 Apr 2019 07:04:50 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 18 Apr 2019 07:04:50 -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=zVQHXsgXLmLln1CEDtNgEba7GlzEE7t7Gwxb1SUMUWw=; b=ZID3y+1RiHNC esBY4QTfvCGKKJHeTzaV+gQoRryN6NdYw9yfkNXZ956nVVFLjwVbe9tmoSjdNmKf tbN9Fj59xeRXnB9/1nqlkYApB4fNi+nQaAxgmQHqySxs7OLtSzNR8N1jiZQfNjfW dS21bIkc8IKPD/PgAYj97e4aCr7AKMQ= 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=zVQHXsgXLmLln1CEDtNgEba7GlzEE7t7Gwxb1SUMU Ww=; b=Tdha5cx+6LALIKyImvndUW9Ufm5D9nm+FYLV12NtfI+FYzi041n+5jwI7 3yYNDZPcC3VP+haBcOf42V4EyCEehUpQIlM0TR9czoIqKPe3NhBRtwzwjTu4cflZ 6e7j6AUmVZlPhMw5/kLx45nzm4iLC3jln3M3IPoMbimTADrQ0W2Y0J4jEnQwMhUe cJDqPVqVoyogARHcUvC5Bcn4xMtSZDe7/2NsWghDaRmpGJQmdkD2doRXKTM1WWFV 4h4c6P6S1U3lLL0R5mSD6oYAZbwdzbgnEXIUUGJcki1knRGopdzO+sPb4LRebEFt A2m8k7+s4s05VsFMwlf+od5cFZWHQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrfeehgdeftdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffoh hmrghinhepughpughkrdhorhhgnecukfhppeejjedrudefgedrvddtfedrudekgeenucfr rghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenuc evlhhushhtvghrufhiiigvpedt 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 05185103CD; Thu, 18 Apr 2019 07:04:47 -0400 (EDT) From: Thomas Monjalon To: Yongseok Koh Cc: Jerin Jacob Kollanukkaran , "bruce.richardson@intel.com" , Pavan Nikhilesh Bhagavatula , Shahaf Shuler , "dev@dpdk.org" , "gavin.hu@arm.com" , "Honnappa.Nagarahalli@arm.com" , "stable@dpdk.org" Date: Thu, 18 Apr 2019 13:04:46 +0200 Message-ID: <2427409.8M5gnSNnXa@xps> In-Reply-To: <2D6ACA2D-1EB2-4C98-905D-9E538B9B68F6@mellanox.com> References: <20190412232451.30197-1-yskoh@mellanox.com> <2D6ACA2D-1EB2-4C98-905D-9E538B9B68F6@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [EXT] [PATCH v2 1/4] meson: disable octeontx for buggy compilers on arm64 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" Message-ID: <20190418110446.7URdcJn0zP2DWBKdD6JNgxfyCV6yrSXIzpKb9UngFec@z> 18/04/2019 12:41, Yongseok Koh: > > On Apr 18, 2019, at 12:21 AM, Jerin Jacob Kollanukkaran wrote: > > From: Yongseok Koh > > Nit: > > [master] [dpdk.org] $ ./devtools/check-git-log.sh > > Wrong headline prefix: > > meson: disable octeontx for buggy compilers on arm64 > > I was aware but I thought that should be accepted. That seems to be drawback of > the script. The only way to make it silent is : > "event/meson.build: disable octeontx for ..." > I don't think you want this, do you? > > I'll keep it as is but let me know if you have better way to fix it. drivers/event is the right prefix here. I can fix it on apply.