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 730818DAC for ; Wed, 28 Oct 2015 13:25:37 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 28 Oct 2015 05:25:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,209,1444719600"; d="scan'208";a="821397672" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga001.fm.intel.com with ESMTP; 28 Oct 2015 05:25:35 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX109.ger.corp.intel.com (163.33.3.23) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 28 Oct 2015 12:25:34 +0000 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.139]) by IRSMSX156.ger.corp.intel.com ([169.254.3.245]) with mapi id 14.03.0248.002; Wed, 28 Oct 2015 12:25:34 +0000 From: "Tahhan, Maryam" To: "Horton, Remy" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 1/3] rte: add keep alive functionality Thread-Index: AQHREV4MzPkngdtcpEKWu6ocIqvEhJ6A1INg Date: Wed, 28 Oct 2015 12:25:34 +0000 Message-ID: <1A27633A6DA49C4A92FCD5D4312DBF536A5DFD1C@IRSMSX109.ger.corp.intel.com> References: <1446022328-28675-1-git-send-email-remy.horton@intel.com> <1446022328-28675-2-git-send-email-remy.horton@intel.com> In-Reply-To: <1446022328-28675-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.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 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: Wed, 28 Oct 2015 12:25:37 -0000 > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Remy Horton > Sent: Wednesday, October 28, 2015 8:52 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 1/3] rte: add keep alive functionality >=20 > Adds functions for detecting and reporting the live-ness of LCores, the > primary 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