From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 086998E9A for ; Thu, 21 Jan 2016 13:12:11 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 21 Jan 2016 04:12:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,325,1449561600"; d="scan'208";a="637761295" Received: from rhorton-mobl.ger.corp.intel.com (HELO [163.33.230.14]) ([163.33.230.14]) by FMSMGA003.fm.intel.com with ESMTP; 21 Jan 2016 04:12:10 -0800 Message-ID: <56A0CB19.7000309@intel.com> Date: Thu, 21 Jan 2016 12:12:09 +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: dev@dpdk.org References: <1453305221-11125-1-git-send-email-harry.van.haaren@intel.com> <1453374327-26635-1-git-send-email-harry.van.haaren@intel.com> In-Reply-To: <1453374327-26635-1-git-send-email-harry.van.haaren@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 0/3] Keep-alive stats 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: Thu, 21 Jan 2016 12:12:12 -0000 On 21/01/2016 11:05, Harry van Haaren wrote: > This patchset contains: > 1. Fix variable naming consistency in sample guide > 2. Set last_seen time on core when it gets registered > 3. An xstats implementation for last-seen and current core status > > v2: > -Refactor to remove rte_ethdev.h include Acked-by: Remy Horton