From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <maryam.tahhan@intel.com>
Received: from mga02.intel.com (mga02.intel.com [134.134.136.20])
 by dpdk.org (Postfix) with ESMTP id 7FA84379B
 for <dev@dpdk.org>; Thu,  2 Jun 2016 16:01:47 +0200 (CEST)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by orsmga101.jf.intel.com with ESMTP; 02 Jun 2016 06:57:37 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.26,406,1459839600"; d="scan'208";a="820252190"
Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99])
 by orsmga003.jf.intel.com with ESMTP; 02 Jun 2016 06:57:37 -0700
Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by
 IRSMSX107.ger.corp.intel.com (163.33.3.99) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Thu, 2 Jun 2016 14:57:36 +0100
Received: from irsmsx106.ger.corp.intel.com ([169.254.8.145]) by
 irsmsx111.ger.corp.intel.com ([169.254.2.182]) with mapi id 14.03.0248.002;
 Thu, 2 Jun 2016 14:57:36 +0100
From: "Tahhan, Maryam" <maryam.tahhan@intel.com>
To: "Horton, Remy" <remy.horton@intel.com>, "dev@dpdk.org" <dev@dpdk.org>,
 "Mcnamara, John" <john.mcnamara@intel.com>
Thread-Topic: [dpdk-dev] [PATCH v2 0/3] Keep-alive enhancements
Thread-Index: AQHRsOfvl2he/bE3/kSpX0lRFX2uNZ/WS2UA
Date: Thu, 2 Jun 2016 13:57:35 +0000
Message-ID: <1A27633A6DA49C4A92FCD5D4312DBF536B21EF1A@IRSMSX106.ger.corp.intel.com>
References: <1461908467-1815-1-git-send-email-remy.horton@intel.com>
 <1463563818-2249-1-git-send-email-remy.horton@intel.com>
In-Reply-To: <1463563818-2249-1-git-send-email-remy.horton@intel.com>
Accept-Language: en-IE, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWNiYjJlYTktMmU2MS00MjU2LWJhN2EtYTgyN2VjYTU5YzQxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Im1LVXpWc011U0JsTllldko4YVlHaWtGQVhueGpBZ1orS2tscUw3SExmQ1U9In0=
x-ctpclassification: CTP_IC
x-originating-ip: [163.33.239.180]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v2 0/3] Keep-alive enhancements
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, 02 Jun 2016 14:01:48 -0000

> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Remy Horton
> Sent: Wednesday, May 18, 2016 10:30 AM
> To: dev@dpdk.org; Mcnamara, John <john.mcnamara@intel.com>
> Subject: [dpdk-dev] [PATCH v2 0/3] Keep-alive enhancements
>=20
> This patchset adds enhancements to the keepalive core monitoring
> and reporting sub-system. The first is support for idled (sleeping and
> frequency-stepped) CPU cores, and the second is support for
> applications to be notified of active as well as faulted cores. The latte=
r
> is to allow core state to be relayed to external (secondary) processes,
> which is demonstrated by changes to the l2fed-keepalive example.
>=20
> --

Acked-by: Maryam Tahhan <maryam.tahhan@intel.com>