From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 8F6896938 for ; Mon, 22 Feb 2016 14:12:31 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 22 Feb 2016 05:12:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,484,1449561600"; d="scan'208";a="918422844" Received: from rhorton-mobl.ger.corp.intel.com (HELO [163.33.229.41]) ([163.33.229.41]) by orsmga002.jf.intel.com with ESMTP; 22 Feb 2016 05:12:30 -0800 Message-ID: <56CB093D.3050606@intel.com> Date: Mon, 22 Feb 2016 13:12:29 +0000 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: Harry van Haaren References: <1453374327-26635-1-git-send-email-harry.van.haaren@intel.com> <1456140362-3771-1-git-send-email-harry.van.haaren@intel.com> In-Reply-To: <1456140362-3771-1-git-send-email-harry.van.haaren@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 0/3] Keepalive stats function and doc fixes 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: Mon, 22 Feb 2016 13:12:32 -0000 For some reason git apply choked on the patches but patch -p1 applied them fine. Guessing Thunderbird was adding a few rogue newlines.. On 22/02/2016 11:25, Harry van Haaren wrote: > Harry van Haaren (3): > doc: fix keepalive sample app guide > eal: add keepalive core register timestamp > keepalive: add rte_keepalive_xstats_get() Acked-by: Remy Horton