From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 9DC702BA1 for ; Thu, 23 Feb 2017 17:42:24 +0100 (CET) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Feb 2017 08:42:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,198,1484035200"; d="scan'208";a="68264624" Received: from sivswdev01.ir.intel.com (HELO localhost.localdomain) ([10.237.217.45]) by orsmga005.jf.intel.com with ESMTP; 23 Feb 2017 08:42:22 -0800 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Date: Thu, 23 Feb 2017 16:41:58 +0000 Message-Id: <1487868123-30262-1-git-send-email-bruce.richardson@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1487695964-15593-1-git-send-email-bruce.richardson@intel.com> References: <1487695964-15593-1-git-send-email-bruce.richardson@intel.com> Subject: [dpdk-dev] [PATCH v2 0/5] minor fixes and cleanup X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2017 16:42:26 -0000 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 app/pdump/main.c | 1 - drivers/crypto/null/null_crypto_pmd_ops.c | 2 +- examples/quota_watermark/qw/args.c | 63 ++--- examples/quota_watermark/qw/init.c | 177 +++++++------- examples/quota_watermark/qw/main.c | 377 ++++++++++++++++-------------- examples/quota_watermark/qw/main.h | 6 +- examples/quota_watermark/qwctl/commands.c | 208 +++++++++-------- examples/quota_watermark/qwctl/qwctl.c | 38 +-- lib/librte_ring/rte_ring.h | 14 ++ 9 files changed, 464 insertions(+), 422 deletions(-) -- 2.9.3