From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id E5EE12E81 for ; Fri, 13 Jan 2017 16:33:48 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP; 13 Jan 2017 07:33:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,222,1477983600"; d="scan'208";a="48504159" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.61]) by orsmga004.jf.intel.com with SMTP; 13 Jan 2017 07:33:45 -0800 Received: by (sSMTP sendmail emulation); Fri, 13 Jan 2017 15:33:45 +0000 Date: Fri, 13 Jan 2017 15:33:44 +0000 From: Bruce Richardson To: David Hunt Cc: dev@dpdk.org Message-ID: <20170113153344.GC201464@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-4-git-send-email-david.hunt@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1483948248-91364-4-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 v4 3/6] test: unit tests for new distributor 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: Fri, 13 Jan 2017 15:33:49 -0000 On Mon, Jan 09, 2017 at 07:50:45AM +0000, David Hunt wrote: > Signed-off-by: David Hunt > --- > app/test/test_distributor.c | 501 ++++++++++++++++++++++++++++++++++---------- > 1 file changed, 392 insertions(+), 109 deletions(-) > check-git-log script complains about your capitalization of the commit title, API vs api: Wrong headline lowercase: test: unit tests for new distributor burst api This also applies to a few more of the patches. /Bruce