From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 41C2B1B3E8 for ; Mon, 15 Apr 2019 23:00:33 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C129D2594D; Mon, 15 Apr 2019 17:00:32 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 15 Apr 2019 17:00:32 -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=/Cb2ZtncQ+R/PMyHfiqqVfNbnEQVKuUKoudGiJ6nw0c=; b=Q5dwvATvRXB0 lLV8BT6xV+on1Z3zdZL0yWxur5YHhdYu4udSuHNOwyYzpRhNBqYoS6zSrVrjMtIc kPMRFSmjaCoTeChKiF91jcvOGEai5ertXEpcFNlXk/HYpatgAlFEG0UCTf1KAxFf +2bC956l253fLgM9/c7Ojn3XyuW2zRs= 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=/Cb2ZtncQ+R/PMyHfiqqVfNbnEQVKuUKoudGiJ6nw 0c=; b=6n9+xDhmCWEW3bWklNpFhU/U3wb+48m3btdGfrmj9f7AoQHNg56arz3Fj ozt+b9WBehV3mp2zULcg7cWcWYEYcjEVXmUJzXizaK6Xw5Yf8dLXvEMN+vI+fDmC NVJYS8UNsa1ro0sWXzI27U8B3aYqBwd5TQ00x0E9PKQ5sksZ/4Koouxvadkl6+zR F7Jg1BLHqqdmhFA7+Kw6n7EMVP1u5owq5NnK0Vnp5Lzk5HKTCGGKryDU/2+fWUnS r2R1tluPvDRNat1JJLcAFsWvMFfGdnxNYZh6ocWkBOMw7ZC8Pfu83VFE7LfcWRHE Z9xMoBxjbpLwu/b0DkL2RMyD/KODw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrvdelgdduheeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkjghfggfgtgesthfure dttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucffohhmrghinhepughpughkrdhorhhgnecukfhppe ejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhm rghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 39FBEE454F; Mon, 15 Apr 2019 17:00:31 -0400 (EDT) From: Thomas Monjalon To: jerinj@marvell.com Cc: dev@dpdk.org, yskoh@mellanox.com, Pavan Nikhilesh Date: Mon, 15 Apr 2019 23:00:29 +0200 Message-ID: <62231719.khZvh5XVTi@xps> In-Reply-To: <20190413201946.36566-1-jerinj@marvell.com> References: <20190413190121.15416-1-jerinj@marvell.com> <20190413201946.36566-1-jerinj@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v10 1/4] mk: introduce helper to check valid compiler argument 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, 15 Apr 2019 21:00:33 -0000 13/04/2019 22:19, jerinj@marvell.com: > Change history of this series: > > v10 Changes: > - Fix the following checkpatch warning > http://mails.dpdk.org/archives/test-report/2019-April/080453.html > > v9 Changes: > - Remove compiler version check as it is now done using > cc.has_argument(). > > v8 Changes: > - Remove redudant lists (rebase aritfacts). (Yongseok Koh) > > v7 Changes: > - Updated cross compile config files align with > "build: improve pcap dependency handling" changeset to fix build issue with meson > - Some compiler needs the following depended patch to compile with meson > http://patches.dpdk.org/patch/52367/ Applied, thanks 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 EFF2EA00E6 for ; Mon, 15 Apr 2019 23:00:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5B04D1B3EC; Mon, 15 Apr 2019 23:00:34 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 41C2B1B3E8 for ; Mon, 15 Apr 2019 23:00:33 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C129D2594D; Mon, 15 Apr 2019 17:00:32 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 15 Apr 2019 17:00:32 -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=/Cb2ZtncQ+R/PMyHfiqqVfNbnEQVKuUKoudGiJ6nw0c=; b=Q5dwvATvRXB0 lLV8BT6xV+on1Z3zdZL0yWxur5YHhdYu4udSuHNOwyYzpRhNBqYoS6zSrVrjMtIc kPMRFSmjaCoTeChKiF91jcvOGEai5ertXEpcFNlXk/HYpatgAlFEG0UCTf1KAxFf +2bC956l253fLgM9/c7Ojn3XyuW2zRs= 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=/Cb2ZtncQ+R/PMyHfiqqVfNbnEQVKuUKoudGiJ6nw 0c=; b=6n9+xDhmCWEW3bWklNpFhU/U3wb+48m3btdGfrmj9f7AoQHNg56arz3Fj ozt+b9WBehV3mp2zULcg7cWcWYEYcjEVXmUJzXizaK6Xw5Yf8dLXvEMN+vI+fDmC NVJYS8UNsa1ro0sWXzI27U8B3aYqBwd5TQ00x0E9PKQ5sksZ/4Koouxvadkl6+zR F7Jg1BLHqqdmhFA7+Kw6n7EMVP1u5owq5NnK0Vnp5Lzk5HKTCGGKryDU/2+fWUnS r2R1tluPvDRNat1JJLcAFsWvMFfGdnxNYZh6ocWkBOMw7ZC8Pfu83VFE7LfcWRHE Z9xMoBxjbpLwu/b0DkL2RMyD/KODw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrvdelgdduheeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkjghfggfgtgesthfure dttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucffohhmrghinhepughpughkrdhorhhgnecukfhppe ejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhm rghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 39FBEE454F; Mon, 15 Apr 2019 17:00:31 -0400 (EDT) From: Thomas Monjalon To: jerinj@marvell.com Cc: dev@dpdk.org, yskoh@mellanox.com, Pavan Nikhilesh Date: Mon, 15 Apr 2019 23:00:29 +0200 Message-ID: <62231719.khZvh5XVTi@xps> In-Reply-To: <20190413201946.36566-1-jerinj@marvell.com> References: <20190413190121.15416-1-jerinj@marvell.com> <20190413201946.36566-1-jerinj@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v10 1/4] mk: introduce helper to check valid compiler argument 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: <20190415210029.uM7OUoHYjtqrUh5j-5xXTsaVcGHEKXgWLpi0oPzlJKQ@z> 13/04/2019 22:19, jerinj@marvell.com: > Change history of this series: > > v10 Changes: > - Fix the following checkpatch warning > http://mails.dpdk.org/archives/test-report/2019-April/080453.html > > v9 Changes: > - Remove compiler version check as it is now done using > cc.has_argument(). > > v8 Changes: > - Remove redudant lists (rebase aritfacts). (Yongseok Koh) > > v7 Changes: > - Updated cross compile config files align with > "build: improve pcap dependency handling" changeset to fix build issue with meson > - Some compiler needs the following depended patch to compile with meson > http://patches.dpdk.org/patch/52367/ Applied, thanks