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 50694A0613 for ; Tue, 2 Jul 2019 23:57:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6EEE41BDFB; Tue, 2 Jul 2019 23:57:10 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 68E441BDF0; Tue, 2 Jul 2019 23:57:07 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9ED3021C39; Tue, 2 Jul 2019 17:57:06 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 02 Jul 2019 17:57:06 -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=vtg21iRy/2/eLVvkkgmlZUQQpDmltQcTOaumGzDvXUQ=; b=RhFvST/rqVxp DF9kb2V4nN+kYWn7O76IQJLvGgqnCHDjFqpRmNhtPijhdtKnf73PoT6CcmWpY6lp pGHrqvxD9jyPNNKe+HVAdkzwLzy/lgZ1conT0qIDqlVpaybfatCPYj/2XkvcSnGi 3AojY9HPRCYE9P3Z3kt3SeqDb54QalU= 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=fm3; bh=vtg21iRy/2/eLVvkkgmlZUQQpDmltQcTOaumGzDvX UQ=; b=Jqdwc5IS4exK9JnrFxUzs4bDbxf6VCWy8e35TXgdGVlCJoQiqly4H9M/a 4H2U3kYRWxmeZ78h7TcGAozTi5D4+tFkAnDNQ79u19i7+HJ8oxYc38pa0dWrx4EU LQHIMbT7Cmx3ll3AbaCI8JHLBdQ5+I8J8LhUT+YS8PYn05Vuv1jBm1LZ+s6eGVM6 r7qhTbdI5Hc3dh3FqBlwnaIMUywSJH+g1eLTN3pOslJc/u5TyfYuooMMR2aAougy j/GHtvdx8Qzp+YDlgc4tqLMdpLeN9/Hbqi3V9QTkqR0gduXYrlFjamfC6mh7zboY mAiAcKAnQX8f6wtm2QIkgJrg+waPw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrvdelgddtfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkfgjfhgggfgtsehtufertd dttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehm ohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfedrudekgeenucfrrg hrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenucev lhhushhtvghrufhiiigvpedt 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 42F01380088; Tue, 2 Jul 2019 17:57:05 -0400 (EDT) From: Thomas Monjalon To: jerinj@marvell.com Cc: dev@dpdk.org, gavin.hu@arm.com, stable@dpdk.org Date: Tue, 02 Jul 2019 23:57:03 +0200 Message-ID: <2298686.9OAdCsg84p@xps> In-Reply-To: <20190702150619.12945-1-jerinj@marvell.com> References: <20190702150619.12945-1-jerinj@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] mk: fix march for octeontx2 target X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 02/07/2019 17:06, jerinj@marvell.com: > From: Jerin Jacob > > Correct the wrong -march=-mcpu=armv8.2-a+crc+crypto+lse for > octeontx2 target. Since rte_cc_has_argument drops invalid > CFLAG and -mcpu=octeontx2 picks up the correct optimization, > this typo is not noticed in performance testing. > > Fixes: 01d184798731 ("config: add octeontx2 machine") > Cc: stable@dpdk.org > > Signed-off-by: Jerin Jacob Applied, thanks