From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id C46F48E6C for ; Thu, 5 Nov 2015 17:43:37 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 05 Nov 2015 08:43:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,248,1444719600"; d="scan'208";a="828082796" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by fmsmga001.fm.intel.com with ESMTP; 05 Nov 2015 08:43:35 -0800 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.139]) by IRSMSX108.ger.corp.intel.com ([169.254.11.138]) with mapi id 14.03.0248.002; Thu, 5 Nov 2015 16:43:35 +0000 From: "Tahhan, Maryam" To: "Horton, Remy" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v4 1/3] rte: add keep alive functionality Thread-Index: AQHRF73jS4DTqQat8kKAOcaXEEOYKp6NopYw Date: Thu, 5 Nov 2015 16:43:34 +0000 Message-ID: <1A27633A6DA49C4A92FCD5D4312DBF536A5EA275@IRSMSX109.ger.corp.intel.com> References: <1446723178-14876-1-git-send-email-remy.horton@intel.com> <1446723178-14876-2-git-send-email-remy.horton@intel.com> In-Reply-To: <1446723178-14876-2-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-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 v4 1/3] rte: add keep alive functionality 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, 05 Nov 2015 16:43:38 -0000 > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Remy Horton > Sent: Thursday, November 5, 2015 11:33 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v4 1/3] rte: add keep alive functionality >=20 > Adds functions for detecting and reporting the live-ness of LCores, the p= rimary > requirement of which is minimal overheads for the > core(s) being checked. Core failures are notified via an application defi= ned > callback. >=20 > Signed-off-by: Remy Horton > --- Acked-by: Maryam Tahhan