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 37C56A0613 for ; Tue, 30 Jul 2019 21:58:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E61EB1BFCD; Tue, 30 Jul 2019 21:58:38 +0200 (CEST) Received: from new4-smtp.messagingengine.com (new4-smtp.messagingengine.com [66.111.4.230]) by dpdk.org (Postfix) with ESMTP id 4454F1BFCD; Tue, 30 Jul 2019 21:58:37 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailnew.nyi.internal (Postfix) with ESMTP id B233E1B16; Tue, 30 Jul 2019 15:58:36 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 30 Jul 2019 15:58:36 -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=0Z3kuWYLF5M9DCMGGnt9+h/PM8sG8Ba3v6VOLlHfyl0=; b=fQchFE99XPfb AM8gDtGtRuMZ8pj/k7IJiEEcAmoPqmK6gBua7MIFRkWHrRgyzqi7qpwlXZfe2bNN pv8QO9BNCozxmzQaSdFo2+tfJDO8TmcyKMU0yMtqHVp0kuLktnhu3XXjlexnrBdG rnK4o0h09mVRGg+0jyg1kGQzNIx1OoE= 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=0Z3kuWYLF5M9DCMGGnt9+h/PM8sG8Ba3v6VOLlHfy l0=; b=iRZS7RDNSabACnJYQFZtjUjidg8pgrkZgM+kiCRC7de2BX2QyLVP13+Fu BKAuB/g73HHMEgDPK8cS+dkL3ojPzr/KuXntvX0noDeshBEMyQ/kC1BNX+ZMjSU1 Oe48OKEyxbuH+2CNbaIPAwg03FwAAdKwsOm5t9yRXh65dMafrUw/H4pmcV8J9o2W IiXp9gJY7RjYtc1MBtRyH+PWC0lb3w5h0GaSHhEJXQCMmOxVgyLK3Jfmoqb2TSi1 VZJsVIWF+7kLZZxuawDQSXiAplZtMrohMTbvNiImaZjiui2DJWd5OHU5/8jHut0E GvzTIAhbBAM87uqjh8mmCSarUTc0w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrleefgddugeduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 9C2A1380087; Tue, 30 Jul 2019 15:58:32 -0400 (EDT) From: Thomas Monjalon To: "Govindharajan, Hariprasad" Cc: dev@dpdk.org, "Lipiec, Herakliusz" , "Kovacevic, Marko" , Ori Kam , "Richardson, Bruce" , "De Lara Guarch, Pablo" , "Nicolau, Radu" , Akhil Goyal , "Kantecki, Tomasz" , "maciej.czekaj@caviumnetworks.com" , "stable@dpdk.org" , Jerin Jacob Date: Tue, 30 Jul 2019 21:58:28 +0200 Message-ID: <1632305.CTNoPKB1Tn@xps> In-Reply-To: References: <20190726135858.55792-1-hariprasad.govindharajan@intel.com> <20190730132639.84137-1-hariprasad.govindharajan@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v5] Examples/l3fwd: fix unaligned memory access 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" 30/07/2019 17:48, Lipiec, Herakliusz: > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Hariprasad > > Govindharajan > > > > Fix unaligned memory access when reading IPv6 header which leads to > > segmentation fault by changing aligned memory read to unaligned memory > > read. > > > > Bugzilla ID: 279 > > Fixes: 64d3955de1de ("examples/l3fwd: fix ARM build") > > Cc: maciej.czekaj@caviumnetworks.com > > Cc: stable@dpdk.org > > Signed-off-by: Hariprasad Govindharajan > > > > Reviewed-by: Bruce Richardson > > Reviewed-by: Jerin Jacob > > Tested-by: Herakliusz Lipiec > Reviewed-by: Herakliusz Lipiec Applied, thanks