From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/5] minor fixes and cleanup Date: Wed, 08 Mar 2017 16:09:51 +0100 Message-ID: <28646312.EnqgM1EvDR@xps13> References: <1487695964-15593-1-git-send-email-bruce.richardson@intel.com> <1487868123-30262-1-git-send-email-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 90F8C3DC for ; Wed, 8 Mar 2017 16:09:53 +0100 (CET) Received: by mail-wm0-f52.google.com with SMTP id v203so16585579wmg.0 for ; Wed, 08 Mar 2017 07:09:53 -0800 (PST) In-Reply-To: <1487868123-30262-1-git-send-email-bruce.richardson@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-02-23 16:41, Bruce Richardson: > This patchset contains some minor fixes and improvements which > I found in the context of preparing a new patchset for the > rte_ring code. Having these merged separately reduces the > number of patches in the ring set so should make everyone's > life easier. > > V2 Changes: new patch added with extra fix for quota_watermark example > > Bruce Richardson (5): > app/pdump: fix duplicate macro definition > ring: add a function to return the ring size > crypto/null: use ring size function > examples/quota_watermark: correct code indentation > examples/quota_watermark: fix requirement for 2M pages Applied, thanks