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 C63045A6C
 for <dev@dpdk.org>; Thu, 19 Nov 2015 12:34:00 +0100 (CET)
Received: by wmvv187 with SMTP id v187so20806058wmv.1
 for <dev@dpdk.org>; Thu, 19 Nov 2015 03:34:00 -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
 :content-type; bh=jfPFAEF8kEOjA3BxbHOP+rqL8lQt7OwW9Eo1veb6SKE=;
 b=aZ7Htx7hOnnLSYlbsPJ8QGg3oR/+/1bfQq+kC5DErEz1jIQ+NC4vm6sW7ySXdWaucu
 kHdIYixU5ZD5jQEHAUtSfTW8LwQtdVJYthzc3HysNKxuJ0sB9kHuEo0FOgV9j1qVqnAJ
 iXPoV7RWNOY+fEP6OQUo/qW/5OktLAPGl5kJk5Y0Q5cYxrhRYSKsZZa+BMhy4h00LV2U
 BlOpDmiSE1XslPZqOC06EeauKXGldIa19clVTawErnM0elkZ2OB9ENjwSyswXuJ5Zlv+
 T62CMZpuAzphuXmgNSJ/iL7Tlw45BQuI38nmh6kVZ7C0zpari9kAklMGkAgShvjSRSVm
 3zAQ==
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:content-type;
 bh=jfPFAEF8kEOjA3BxbHOP+rqL8lQt7OwW9Eo1veb6SKE=;
 b=MpIWdk+wH7CnJojfgaFuiuH6tl/7y8tkiA6cC1coppGCB9PMnCX7wvfiPp+pJoMX8H
 iBgGitEl9Bhz8bvJ9J2bLh8EAUtoENAM/60g2kitdvDQGwo2zOoCUsW2mrTf7btUmTqD
 V4noD7t9wuYFVmof1cUEauR/VtpENsNvyQMOmNZrhWzmOQAaUGlT5OUXsh/dfj0K43lf
 8f2wmB3A0Np4brliSiRgJff+YHda/Q4mhHqY/XDu1E42UTGDzMIfd1Gv/bRyvctdQD5y
 qEY7wByRrtc26QgKB+cS6wXH2sj3BHQM4xZQAySBuqnYK/clGWfUHPVMCWQ8Yffr48Dg
 0Q2A==
X-Gm-Message-State: ALoCoQniD00vBk+HrmIIB0BoUXZqHJwhb2WLg9OYi+hAbLYlV01vqcO+0xM3LWFMlG+WtGTO93Aa
X-Received: by 10.194.222.137 with SMTP id qm9mr7762158wjc.30.1447932840676;
 Thu, 19 Nov 2015 03:34:00 -0800 (PST)
Received: from xps13.localnet ([192.54.209.32])
 by smtp.gmail.com with ESMTPSA id l1sm7911157wmg.21.2015.11.19.03.33.59
 (version=TLSv1/SSLv3 cipher=OTHER);
 Thu, 19 Nov 2015 03:34:00 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Remy Horton <remy.horton@intel.com>
Date: Thu, 19 Nov 2015 12:32:46 +0100
Message-ID: <4745381.9Y9fLt41K0@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1447855516-7862-3-git-send-email-remy.horton@intel.com>
References: <1447855516-7862-1-git-send-email-remy.horton@intel.com>
 <1447855516-7862-3-git-send-email-remy.horton@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org, John J Browne <john.j.browne@intel.com>
Subject: Re: [dpdk-dev] [PATCH v5 2/3] docs: add keep alive sample app guide
	& release notes
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: Thu, 19 Nov 2015 11:34:00 -0000

2015-11-18 14:05, Remy Horton:
> --- a/doc/guides/rel_notes/release_2_2.rst
> +++ b/doc/guides/rel_notes/release_2_2.rst
> @@ -102,6 +102,7 @@ New Features
>  
>  * **Added port hotplug support to xenvirt.**
>  
> +* **Added keepalive support to EAL.**
>  
>  Resolved Issues
>  ---------------
> @@ -207,6 +208,8 @@ Libraries
>  Examples
>  ~~~~~~~~
>  
> +* **l2fwd-keepalive: Added keep-alive demonstration.**
> +

It is the "Resolved Issues" section.
If you agree, I'll merge it with the above entry.