From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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:in-reply-to :references; bh=YgYBpLP8aQkmvRnIzN07q1T5tF4oswHUIHXN1ADbzDw=; b=bpjlDuUMOjnZaxbyHuOOHrTGJ7o59DiOh7tzuqRZDnBbPG78ejIQbZRaWlTJxBOc90 ZVhaw1BmXkxnDGw6Up+OgI/imtCnq359vYbRAdHEPDBUN2E69pwBDejtSyLCg9dxxnyQ QmxH5O+yPTrlWMuXkznvoT5y7YLL5Y9JQlx79qOyVelg71REN19IVDpeXnEgVT7OKquw dAPZt/kHcdDDfCRiwLCCtQzF4gian08QLixklXFWjEzH+EFAG/O+8SZf3UzkKJ0tf0Sc XgVPXMyvDSR1hN+4DCpT/FUtOUVw9PZhPKuYEolKGZe8WIDhHpot9UBHnK7iX6VH2cNq d5kQ== X-Gm-Message-State: ALoCoQmPz4plFxF1c5ukBtHFlbCeS4WGa3VPTyEj2kvavspuz393nf88JP9Cp4IpXLTl4KmKZNeB X-Received: by 10.194.248.227 with SMTP id yp3mr17758449wjc.32.1434730611183; Fri, 19 Jun 2015 09:16:51 -0700 (PDT) Received: from glumotte.dev.6wind.com (6wind.net2.nerim.net. [213.41.151.210]) by mx.google.com with ESMTPSA id ef10sm17739604wjd.49.2015.06.19.09.16.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 19 Jun 2015 09:16:50 -0700 (PDT) From: Olivier Matz To: dev@dpdk.org Date: Fri, 19 Jun 2015 18:16:36 +0200 Message-Id: <1434730599-24339-1-git-send-email-olivier.matz@6wind.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1433150143-5842-1-git-send-email-olivier.matz@6wind.com> References: <1433150143-5842-1-git-send-email-olivier.matz@6wind.com> Subject: [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 16:16:51 -0000 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