From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/3] mempool: clean-up Date: Fri, 19 Jun 2015 23:40:21 +0200 Message-ID: <1584684.LfLCdIxjgB@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Olivier Matz 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) In-Reply-To: <1434730599-24339-1-git-send-email-olivier.matz@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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