From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v4 5/6] example: distributor app showing burst api Date: Fri, 13 Jan 2017 15:36:53 +0000 Message-ID: <20170113153653.GD201464@bricha3-MOBL3.ger.corp.intel.com> References: <1482381428-148094-2-git-send-email-david.hunt@intel.com> <1483948248-91364-1-git-send-email-david.hunt@intel.com> <1483948248-91364-6-git-send-email-david.hunt@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: David Hunt Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id D811D14EC for ; Fri, 13 Jan 2017 16:36:56 +0100 (CET) Content-Disposition: inline In-Reply-To: <1483948248-91364-6-git-send-email-david.hunt@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" On Mon, Jan 09, 2017 at 07:50:47AM +0000, David Hunt wrote: > Signed-off-by: David Hunt > --- > examples/distributor/main.c | 508 ++++++++++++++++++++++++++++++++++---------- > 1 file changed, 390 insertions(+), 118 deletions(-) > check-git-log complains a bit about the title of the patch, and it would be good to have a description of the app changes as a commit message body. As well as this checkpatch throws up the fact that there is a line commented out with a C99 style comment. This line should be deleted if it's commented out. ERROR:C99_COMMENTS: do not use C99 // comments #305: FILE: examples/distributor/main.c:331: + //struct rte_ring *out_ring = p->dist_tx_ring; total: 1 errors, 0 warnings, 743 lines checked /Bruce