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 A503E2BD5 for ; Sun, 16 Sep 2018 10:15:50 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 36E3C2102F; Sun, 16 Sep 2018 04:15:50 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 16 Sep 2018 04:15:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=sQ96lIhIY7l5gfHLk7Qn7Y034Y cwFtN3V3vLRmgPNn0=; b=D7QHsM7Mx+7o/sl5c1owh09AavX/uHbhyRCTI4Y9gm 3vh3MCzCFj6ZbRtZGx3ZNdfgOjs32vsWlKab0jurNMHOcuj+GP5hg1MlFebRghIG 1Cwai3qGqXCIIjfGBDOwNBQrIUtHcFf3CsKM7sYNpQ8qs3d+fyVLx8Fdt8pYNEs2 I= 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-sender:x-me-sender:x-sasl-enc; s=fm3; bh=sQ96lI hIY7l5gfHLk7Qn7Y034YcwFtN3V3vLRmgPNn0=; b=W6SRuUJaMzA8JFYVLyn8SY lqC1gfqHGx+nXvO4Uao3r2wKotyJGf6JI0TwA7uGFkfAfIBQVM6X2wyBPLDTl6GU 9+btPp+WiVQPEm8/KGF3S0U7mtHyWMB9PyVg7r/MirPfx5W/7OGkJyoyDjevT+r4 b0cajCuWQAAb9MMHydvhRBlc9RJFapkLfhvfSha6EeZPDF9kU2bXwyqLtcueU2nD tBu74NYPTjchFsM+rfDCvW5QGSMa3W2DQpyuvc1Twd72yJBtO4Nv7AHcl8DO6qsJ R7S5KY6WSUHcHPjKjQLyxGd2REgklvh/QZ6sIk7pNXOSnx9pNUUFX76X5340e5uA == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id D19B6102D2; Sun, 16 Sep 2018 04:15:48 -0400 (EDT) From: Thomas Monjalon To: Honnappa Nagarahalli Cc: stable@dpdk.org, Yongseok Koh , nd Date: Sun, 16 Sep 2018 10:15:45 +0200 Message-ID: <4099711.yRKz0YspiK@xps> In-Reply-To: References: <1535913120-22426-1-git-send-email-honnappa.nagarahalli@arm.com> <3669CA39-FCDC-4138-8B8F-1BD629A73197@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [PATCH v2] build: enable Arm NEON flags when __aarch64__ is defined 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: , X-List-Received-Date: Sun, 16 Sep 2018 08:15:51 -0000 04/09/2018 20:53, Yongseok Koh: > > > On Sep 4, 2018, at 11:41 AM, Yongseok Koh wrote: > > > >> On Sep 3, 2018, at 1:25 AM, Honnappa Nagarahalli wrote: > >>> I didn't check out the details yet but a quick question. > >>> Do you want me to include this patch in 17.11.4? > >>> > >>> Yes, please include. > >> > >> I didn't realized that this is fixing the meson build. > >> 17.11 doesn't have that. > >> > >> Thanks, > >> Yongseok > >> > >> It has a fix for the make build as well. Does it mean, it needs to be a different patch? > > > > I could've applied the second hunk but actually it was one minute before the > > release of 17.11.4. I'm sorry that I had to skip this patch for the release. > > > > But, I've applied it (the second hunk only) to the stable/17.11 tree today. > > Please check it out and let me know if there's an issue. This will be included > > in 17.11.5 (ETA is Nov). > > > > FYI, the most favorable way is that you send patches with '[PATCH 17.11]' prefix > > based on the latest stable/17.11 so that it is never forgotten. > > One more FYI. > Even though this was sent to stable (without dev@dpdk.org), as you have also sent > a same patch[1] to dev@dpdk.org, this will be queued for next stable releases anyway > once it is merged to dpdk/master. > > [1] https://mails.dpdk.org/archives/dev/2018-September/110713.html There is no reason to send this patch specifically to stable@dpdk.org. The usual process is to wait the patch is applied on master, then backport it on stable branches.