From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-lf0-f42.google.com (mail-lf0-f42.google.com
 [209.85.215.42]) by dpdk.org (Postfix) with ESMTP id 84531B6AB
 for <dev@dpdk.org>; Tue, 21 Jun 2016 15:58:16 +0200 (CEST)
Received: by mail-lf0-f42.google.com with SMTP id l188so24881639lfe.2
 for <dev@dpdk.org>; Tue, 21 Jun 2016 06:58:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=1+oxt7Y8cPk+vq4gkRLkCMVZ4uQWz8+cd+ZJbkn8UAA=;
 b=x2ruEf+aGn2TNUDY8n1HGaxJA/qZzLGqveBkGCfmttEmpcyoJ+dH7mXbulvR2ycJXk
 W/KxEGj9UAp95+in8ptm4bhfy03C0D7gH8YfuxY0/SVRHqqD2YHDnmhc5KnvHOfcpJJL
 eOFu8WVsLM6plILBTtq++F/j1WW2IVSRBzEZxTt4hdzNrlBcWWdl5F3Rh0NywKzQx5/9
 N100x3F4o3Bjt9cOM/pZ0jLnJgNkcNjIJ2jEKRLhmBV6r9MrFVKicYlffOZUVMHYlKmS
 cFY8QXzcnOnao+GDBIdq9LEeETMv436VTB49dO2UbxYEnbZjtx9/IsLq2LWsxwe1YkGk
 DknQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=1+oxt7Y8cPk+vq4gkRLkCMVZ4uQWz8+cd+ZJbkn8UAA=;
 b=MYY+TvNz0akwI/6kj87OGvwrE1LJPiWneUudYYVBNwObfvslg9q/o8U20nE10xiXqd
 1jaADHRcXfFsExSqmqV7lcOpU+CsOw3yorKzPabV5hpbauwGz+6iiC+n3ACWGQpjLr0g
 rNYeKfq7hoxlwekENbR9ckwKay2fgPPk8tawqoQWnfxCSuZaX7RwfyjTasr4b8CCb9W5
 A2MFc5w3gV3veAsOuETcvXY209TqX5PfvtKHJmAx1Cts70bXoJh1ECV3YUvW5uCS5IEZ
 CVW1KqMdjr6hrBCY8ejOavohG1wMM2pl9MlOxYZH8BVgkwt2uVF1CcXk9/XbZAq/xLrt
 B2IQ==
X-Gm-Message-State: ALyK8tIciIKMmlQcwcRRt+nHrtrgruIwsc+xraG5vWPAzLJY2bhoSnMAb3QK5WQe4+Tk0E1k
X-Received: by 10.28.63.134 with SMTP id m128mr3356471wma.97.1466517495709;
 Tue, 21 Jun 2016 06:58:15 -0700 (PDT)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id bo1sm39377327wjb.35.2016.06.21.06.58.14
 (version=TLSv1/SSLv3 cipher=OTHER);
 Tue, 21 Jun 2016 06:58:14 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Remy Horton <remy.horton@intel.com>
Cc: dev@dpdk.org
Date: Tue, 21 Jun 2016 15:58:13 +0200
Message-ID: <44461562.UbL4hluZO6@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1466436187-5225-1-git-send-email-remy.horton@intel.com>
References: <1466436187-5225-1-git-send-email-remy.horton@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v2 0/2] 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: Tue, 21 Jun 2016 13:58:16 -0000

> Remy Horton (2):
>   app/test-pmd: fix Coverity issues
>   examples/l2fwd-keepalive: fix Coverity issues

Applied with titles reworded as suggested by Pablo, thanks