From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 9C70D7F14 for ; Tue, 14 Jun 2016 12:03:36 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP; 14 Jun 2016 03:03:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,470,1459839600"; d="scan'208";a="121542746" Received: from rhorton-mobl.ger.corp.intel.com (HELO [163.33.230.82]) ([163.33.230.82]) by fmsmga004.fm.intel.com with ESMTP; 14 Jun 2016 03:03:35 -0700 Message-ID: <575FD676.60107@intel.com> Date: Tue, 14 Jun 2016 11:03:34 +0100 From: Remy Horton Organization: Intel Shannon Limited User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Thomas Monjalon CC: dev@dpdk.org, John McNamara References: <1463563818-2249-1-git-send-email-remy.horton@intel.com> <1463563818-2249-4-git-send-email-remy.horton@intel.com> <5394741.0ipZ8FAks4@xps13> In-Reply-To: <5394741.0ipZ8FAks4@xps13> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 3/3] doc: add keepalive enhancement documentation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2016 10:03:37 -0000 On 08/06/2016 10:52, Thomas Monjalon wrote: > 2016-05-18 10:30, Remy Horton: > > There is no explanation and it is totally normal, because this patch > must be squashed with the code change. > >> Signed-off-by: Remy Horton >> --- >> doc/guides/rel_notes/release_16_07.rst | 5 +++++ >> 1 file changed, 5 insertions(+) Done for v3. I tend to keep documentation changes in a seperate commit as from my experience they cause the most problems when rebasing. ..Remy