From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 6390BC956 for ; Fri, 19 Jun 2015 23:41:25 +0200 (CEST) Received: by wicgi11 with SMTP id gi11so29482717wic.0 for ; Fri, 19 Jun 2015 14:41:25 -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=vlGnto7W+c0nlNsTMCG8pqF8j1Dz0QxQ/dMkOSgHr3A=; b=Rpyy0VJtLiXumlVCWXDA3siKD7Ga1xwdGPS1r81KjRqNhOuJ7MfJjwK0pN9JiSS31P 7KD0Ncst83quLPOZfq/jqY5/1IkxHu4o407Kk3XUMOClcgCHoG0wKgbUUEGlVQFOUmgf qe0msv+0q41hNIAtUP/AQ9AxBH810etlFa28+Sw8m0F2M/jHxT+7CFibxhW9gwyadom7 hOn6k4c8JPVA7Onojb4QilW31KzghT1jqzJp2N0NSzZY9y2BA6MR0w+Kk4L+MsV5XZSV apgnnY+uoSyCEdpFyo1mVLnuoouFtPa9Y2F7+dq4DbwkKqVAuR54GrSOEY2wwA6L873L 0e3A== X-Gm-Message-State: ALoCoQkqX5FGZnv3Pl+fxhrWWgQ/gEFcrG60nSpNFpvFLhFK0bSIhAXf/Jx4qq+WC/oJFCC0a7JP X-Received: by 10.180.106.137 with SMTP id gu9mr10524016wib.54.1434750085235; Fri, 19 Jun 2015 14:41:25 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id c3sm18669216wja.3.2015.06.19.14.41.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 19 Jun 2015 14:41:23 -0700 (PDT) From: Thomas Monjalon To: Olivier Matz Date: Fri, 19 Jun 2015 23:40:21 +0200 Message-ID: <1584684.LfLCdIxjgB@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1434730599-24339-1-git-send-email-olivier.matz@6wind.com> References: <1433150143-5842-1-git-send-email-olivier.matz@6wind.com> <1434730599-24339-1-git-send-email-olivier.matz@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 v2 0/3] mempool: clean-up 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: Fri, 19 Jun 2015 21:41:25 -0000 2015-06-19 18:16, Olivier Matz: > These 3 patches try to make mempool code easier to read, they > have no functional impact. > > Changes in v2: > - fix compilation between patch 1 and 2 > > Olivier Matz (3): > mempool: introduce objhdr structure for object headers > mempool: introduce objtlr structure for object trailers > mempool: fix typos, indentation, and doxygen style Applied, thanks