From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id A14ECC46E for ; Sun, 26 Jul 2015 15:25:26 +0200 (CEST) Received: by wicgb10 with SMTP id gb10so79431290wic.1 for ; Sun, 26 Jul 2015 06:25:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=xX2yJlY8LNW14KSR3tdM8VyvG37tp2lJSGl2Pn1Fg6w=; b=mpyXf99Vrutzl1i44EONBtBR8hNJinzLKeOqXlAO0UelVhWkQL2XZJohCXpS0OoOO8 zQuOXHybRWbbgWGD789QqMu/OxZ0oQF4c/jgNQpHkji0/ddOb/IZRkqTv8vcZsUba8w5 wl46YXRSVuOXcqJSieyOVujGUpYE4esgw4fOWCob6HC/A/wTQ17HfFMdAVjxB/wH1Z72 faSzHbbYViDn2y+Y+AXhPGeL3ST+Az4ih0XgvCFfB75rcIWrWLIjzRQ72ok5eNGzYOpz tkNowqmHYSfwdgqAiTfgcXKZxy9IZoElvLcutpO+7xv0xhhzqEb6iTnXLmj5f539jl56 J9XA== X-Gm-Message-State: ALoCoQkAxoBWOIfKbo5o+nf4vc+wP0Fcchq4legnND5dvIeuMqmNc5+7U4qnUIijT02sZJnWsns/ X-Received: by 10.194.75.132 with SMTP id c4mr43587412wjw.80.1437917126442; Sun, 26 Jul 2015 06:25:26 -0700 (PDT) Received: from xps13.localnet (117.114.118.80.rev.sfr.net. [80.118.114.117]) by smtp.gmail.com with ESMTPSA id r19sm8283427wib.7.2015.07.26.06.25.24 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 26 Jul 2015 06:25:25 -0700 (PDT) From: Thomas Monjalon To: Yuichi Nakai Date: Sun, 26 Jul 2015 15:24:10 +0200 Message-ID: <2585896.bLCSIROgHJ@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <55B0AA12.9050809@6wind.com> References: <1437573420-16230-1-git-send-email-xoxyuxu@gmail.com> <55B0AA12.9050809@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] mempool: fix calculating address of object trailers X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jul 2015 13:25:26 -0000 > > __mempool_get_trailer() calculated header's address. > > The address of trailer should set after element area. > > This patch fixes this calculating. > > > > This issue was mixed with the following commit: > > Fixes: 97e7e685bfcd ("mempool: add structure for object trailers") > > > > Signed-off-by: Yuichi Nakai > > Thank you for fixing it. > > Acked-by: Olivier Matz Applied, thanks