From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 1B63F108D for ; Mon, 23 Jan 2017 13:31:14 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP; 23 Jan 2017 04:31:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,274,1477983600"; d="scan'208";a="1116566105" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.61]) by fmsmga002.fm.intel.com with SMTP; 23 Jan 2017 04:31:12 -0800 Received: by (sSMTP sendmail emulation); Mon, 23 Jan 2017 12:31:11 +0000 Date: Mon, 23 Jan 2017 12:31:11 +0000 From: Bruce Richardson To: David Hunt Cc: dev@dpdk.org Message-ID: <20170123123110.GB133928@bricha3-MOBL3.ger.corp.intel.com> References: <1483948248-91364-2-git-send-email-david.hunt@intel.com> <1484903933-127190-1-git-send-email-david.hunt@intel.com> <1484903933-127190-6-git-send-email-david.hunt@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1484903933-127190-6-git-send-email-david.hunt@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.7.1 (2016-10-04) Subject: Re: [dpdk-dev] [PATCH v5 5/6] examples/distributor_app: showing burst API 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: Mon, 23 Jan 2017 12:31:15 -0000 On Fri, Jan 20, 2017 at 09:18:52AM +0000, David Hunt wrote: > Signed-off-by: David Hunt > --- > examples/distributor/main.c | 509 ++++++++++++++++++++++++++++++++++---------- > 1 file changed, 391 insertions(+), 118 deletions(-) > Another minor nit from checkpatch. /Bruce ### examples/distributor_app: showing burst API WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #301: FILE: examples/distributor/main.c:327: + /* + * Swap the following two lines if you want the rx traffic total: 0 errors, 1 warnings, 744 lines checked 0/1 valid patch