From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <remy.horton@intel.com>
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by dpdk.org (Postfix) with ESMTP id 9EAC59AB9
 for <dev@dpdk.org>; Mon, 20 Jun 2016 16:50:08 +0200 (CEST)
Received: from fmsmga004.fm.intel.com ([10.253.24.48])
 by fmsmga102.fm.intel.com with ESMTP; 20 Jun 2016 07:50:07 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.26,499,1459839600"; d="scan'208";a="125352998"
Received: from rhorton-mobl.ger.corp.intel.com (HELO [163.33.228.132])
 ([163.33.228.132])
 by fmsmga004.fm.intel.com with ESMTP; 20 Jun 2016 07:50:06 -0700
To: Thomas Monjalon <thomas.monjalon@6wind.com>
References: <1466430578-1224-1-git-send-email-remy.horton@intel.com>
 <29350257.aePEjjOjKB@xps13>
Cc: dev@dpdk.org, pablo.de.lara.guarch@intel.com
From: Remy Horton <remy.horton@intel.com>
Organization: Intel Shannon Limited
Message-ID: <09211714-5988-3fb8-bd75-1fb979cff371@intel.com>
Date: Mon, 20 Jun 2016 15:50:06 +0100
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101
 Thunderbird/45.1.1
MIME-Version: 1.0
In-Reply-To: <29350257.aePEjjOjKB@xps13>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH v1] app: fix Coverity issues
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 20 Jun 2016 14:50:09 -0000


On 20/06/2016 14:56, Thomas Monjalon wrote:
[..]
> It looks to be 2 patches: one for xstats and the other for keepalive.
>

Ok, will seperate. I combined them since they were the same small fix in 
multiple places.