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 ADCDDA04DD for ; Tue, 26 Nov 2019 16:26:51 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 76AD74C9D; Tue, 26 Nov 2019 16:26:51 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 2347A235; Tue, 26 Nov 2019 16:26:49 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A30522274B; Tue, 26 Nov 2019 10:26:48 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 26 Nov 2019 10:26:48 -0500 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=bUgrkT9pGBzGI7BlupBOKo83oYX2slvLjDkhvKVzPg0=; b=ZpJyqZBXpVcW BAsE3i/i45hThZt4SfKqnfxl5R8cz3Bh+aJ4s+JygqU2qSWD0Ds5Q/0f9gxGLvIr deq7OxOgQD85obLrgiQ3dKDxWiKY2oeWPOPM5ZN0BGn4FnofIw16dt4RPKY8wmkR DfbNtsYOsRssSvqy1i525h6DFKk2uPs= 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=fm1; bh=bUgrkT9pGBzGI7BlupBOKo83oYX2slvLjDkhvKVzP g0=; b=eEpKgJOwaluh7okTffIVZS3Xf4dHxZYGEw2AeNv/MFK3AWDe8q+MBe0on iyKFrXgM+dhlpnU6jVfaU1Vr2rYU9E4yBCcI9AUQwmh53oqulWaN8ON0GRr/JP6+ K2yX5G+t7qjynD7yu8N8WeD2gwPs2InJCq/LUa+isqTMC40ZFAgMizwIr6LMphzy njjAEzZRFPbJmlyF28kjGtGpSu5nZUAxLSCmG/V49ln5u2DUoIlK96zmIHN1WJRP aa9UDhd+G+2d4UGKPHWCn6R28Lwk4mL7jTfqSJAG/872+25ahPd0vlSPkOTGUVru mzDTfGw7V3YN39/qi+gJ58sL6aUsg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeifedgjeejucetufdoteggodetrfdotf 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 5F8C38005B; Tue, 26 Nov 2019 10:26:47 -0500 (EST) From: Thomas Monjalon To: Xueming Li Cc: dev@dpdk.org, "Burakov, Anatoly" , Asaf Penso , stable@dpdk.org Date: Tue, 26 Nov 2019 16:26:46 +0100 Message-ID: <6299919.INmtk97yJb@xps> In-Reply-To: References: <1574346302-1263-1-git-send-email-xuemingl@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] malloc: fix memory element size in case of padding 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" 21/11/2019 16:14, Burakov, Anatoly: > On 21-Nov-19 2:25 PM, Xueming Li wrote: > > This patch fixes wrong inner memory element size when joining two > > elements. > > > > Fixes: af75078fece3 ("first public release") > > Cc: stable@dpdk.org > > > > Signed-off-by: Xueming Li > > Reviewed-by: Anatoly Burakov Applied, thanks