From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH v2 3/3] doc: add keepalive enhancement documentation Date: Tue, 14 Jun 2016 11:03:34 +0100 Message-ID: <575FD676.60107@intel.com> References: <1463563818-2249-1-git-send-email-remy.horton@intel.com> <1463563818-2249-4-git-send-email-remy.horton@intel.com> <5394741.0ipZ8FAks4@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, John McNamara To: Thomas Monjalon 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) In-Reply-To: <5394741.0ipZ8FAks4@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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