From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: [PATCH v2 0/3] mempool: clean-up Date: Fri, 19 Jun 2015 18:16:36 +0200 Message-ID: <1434730599-24339-1-git-send-email-olivier.matz@6wind.com> References: <1433150143-5842-1-git-send-email-olivier.matz@6wind.com> To: dev@dpdk.org Return-path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 4447D5927 for ; Fri, 19 Jun 2015 18:16:51 +0200 (CEST) Received: by wicnd19 with SMTP id nd19so23658583wic.1 for ; Fri, 19 Jun 2015 09:16:51 -0700 (PDT) In-Reply-To: <1433150143-5842-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" 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 lib/librte_mempool/rte_dom0_mempool.c | 36 +++---- lib/librte_mempool/rte_mempool.c | 22 ++-- lib/librte_mempool/rte_mempool.h | 188 ++++++++++++++++++---------------- 3 files changed, 128 insertions(+), 118 deletions(-) -- 2.1.4