From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 084EC2C19 for ; Fri, 4 Aug 2017 01:30:44 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id AA4E620972; Thu, 3 Aug 2017 19:30:43 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 03 Aug 2017 19:30:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=QVxr2p05nzVv2eg JHhhec7FEv7F33p/A8fQXR83ABw0=; b=X6aRxXBS3mmV+yKRVZ2KIggWn7G3QIP XwG6Zx75mw1KW1kIJXrgaq1jxKnbCQAQlpfQaWOYunfaWrPS28uDtMSGllzf0+7r WVo5PprSifq225x8hwUfIrOKVp6XdNrDdi4O1fFZkVjc3gT+Hngv7waLa6dvcqUx dmMolJ2i8AOk= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=QVxr2p05nzVv2egJHhhec7FEv7F33p/A8fQXR83ABw0=; b=oTW+0gS2 cCXj3n/9mkSurNvAPH7J9gWlQnXRqT3smiFz0TiuU5ftJ+Bmc7LZJuXvelGC0zMz V9FdsA9pCeu+7r9JIFVtmxZNXuLOL6keK8xVxXmxTStMDlqTfF8idnnXtPInNS7V cSaPpoRk693Ef+xQlxO6NDrfDQnTALnc5IdvSh9rqWwTdLHPkhyglNjWqC2OYlWG xgiyyyOaIwoPLCon/yLg3Hl/jSuoE6zDJ+0JQM353e0bOWlhLCXHfVGmYkAfUCl/ RKfGssxAIhh+gveTwFA5IbSTluvOd7tcNby9nX7Xjw1tEDZkseY0CdnZL5jVYnC5 LKaYx7bAn7XSzg== X-ME-Sender: X-Sasl-enc: c+KJMKtyVJRt/WSKI8MtzhB18w4GxOiIaWJ6Q+plIK41 1501803043 Received: from xps.localnet (130.20.90.92.rev.sfr.net [92.90.20.130]) by mail.messagingengine.com (Postfix) with ESMTPA id 099E52456C; Thu, 3 Aug 2017 19:30:43 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: "Mcnamara, John" , "Horton, Remy" Date: Fri, 04 Aug 2017 01:30:41 +0200 Message-ID: <3822476.rRjPHETruu@xps> In-Reply-To: References: <20170803155500.30901-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: move keepalive to multicore API section X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2017 23:30:44 -0000 > > The keepalive header was listed in misc section, despite its doxygen > > comment is "LCore Keepalive Monitor". > > > > Fixes: 75583b0d1efd ("eal: add keep alive monitoring") > > > > Signed-off-by: Thomas Monjalon > > Acked-by: John McNamara Applied