From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46])
 by dpdk.org (Postfix) with ESMTP id EAD682C63
 for <dev@dpdk.org>; Tue,  8 Mar 2016 12:00:19 +0100 (CET)
Received: by mail-wm0-f46.google.com with SMTP id l68so144611058wml.0
 for <dev@dpdk.org>; Tue, 08 Mar 2016 03:00:19 -0800 (PST)
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:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=czca77u0isIjBVIbrldcO7NT3wugT92aSGoqjo04SSg=;
 b=yRPZNJ1PWynnkQNEmKMwBmqOPEbkDRxucKeZi693gGvV1YdaeFwPd2DFDwA1rXviVI
 3QesKMczl7gGXDffZSOXelOEGd8xgMv3laWsGkirjBg5k/2/TUAScRwCHQnjuy4TKpqT
 FIZ2uMzEFqYFLFgAAV3kc45WKC829bvXeRPtaBaeZhtEAPAhdennWMz6WOy+eDnVxZfq
 RJY8uSoPO7bL+j9HIArbizAedRGM4LuExMLTzIlzsTjIUOqsVqFkO7iuNn4Nd0ChpTL7
 eRA83djWv11IY6N5xh6Bi0DnOoXIm1mFn0DbZYoaULtxkI+gZYSmIbj61AVsg/oAp3kW
 KSgA==
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:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding;
 bh=czca77u0isIjBVIbrldcO7NT3wugT92aSGoqjo04SSg=;
 b=TXF7c4snFx6itduiww/uyCr32uC+MIgOfmPdnmnkxbAwyyGfB4f8+K9wxoGAO/qliK
 j4uABoJyiFboynTwKjTBxAW5xB7PUK+sN+7oJvHv1zN/IFzeyq8iBJllgWBiRCaHwFq0
 uSjcMi0MsP40pkcPVeM1fHZF+xF9FsbBpNVDolpyJ+6KmL+WRzUuee2mfW3QpvLPl/jy
 kn+aIixILp/L1poH6wuH5Hn5XmDp3UErXnkxCHlHSJxXuUdVrmhp1ou7SsTO/0SqvWx0
 rJCe/NivT8J0L9IOiLkbizZoiteHJdMQYLP8lu+qSwTYw4hYHGNUj7mrHJZ0rdnUSdnA
 FMdw==
X-Gm-Message-State: AD7BkJIygVPXqFGcepz9Ig+Z8pBsNHYI2626k+XQgtyXchVAnl/4COpGaw89kgUqMiNPLdwY
X-Received: by 10.28.96.197 with SMTP id u188mr19541820wmb.102.1457434819840; 
 Tue, 08 Mar 2016 03:00:19 -0800 (PST)
Received: from xps13.localnet (171.36.101.84.rev.sfr.net. [84.101.36.171])
 by smtp.gmail.com with ESMTPSA id r62sm2814051wmd.15.2016.03.08.03.00.19
 (version=TLSv1/SSLv3 cipher=OTHER);
 Tue, 08 Mar 2016 03:00:19 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Harry van Haaren <harry.van.haaren@intel.com>
Date: Tue, 08 Mar 2016 11:58:42 +0100
Message-ID: <3429311.sdZG2I5yAY@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1457434240-13707-1-git-send-email-harry.van.haaren@intel.com>
References: <1456140362-3771-1-git-send-email-harry.van.haaren@intel.com>
 <1457434240-13707-1-git-send-email-harry.van.haaren@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v4 0/3] Keepalive register timestamp and doc
	update
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, 08 Mar 2016 11:00:20 -0000

2016-03-08 10:50, Harry van Haaren:
> This patchset adds a timestamp to when keepalive registers a core,
> fixes the documentation to be in-line with the source, and fixes
> whitespace in keepalive.[hc]
> 
> Harry van Haaren (3):
>   doc: fix keepalive sample app guide
>   eal: add keepalive core register timestamp
>   keepalive: fix whitespace, removes double newlines

Applied, thanks