From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: [PATCH 0/3] mempool: clean-up Date: Mon, 1 Jun 2015 11:15:40 +0200 Message-ID: <1433150143-5842-1-git-send-email-olivier.matz@6wind.com> To: dev@dpdk.org Return-path: Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 756515693 for ; Mon, 1 Jun 2015 11:15:54 +0200 (CEST) Received: by wgme6 with SMTP id e6so108528063wgm.2 for ; Mon, 01 Jun 2015 02:15:54 -0700 (PDT) Received: from glumotte.dev.6wind.com (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id k2sm15690031wix.4.2015.06.01.02.15.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 01 Jun 2015 02:15:53 -0700 (PDT) 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. 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