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 B160F3798 for ; Sun, 6 Aug 2017 15:17:45 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 26A9220F60; Sun, 6 Aug 2017 09:17:45 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 06 Aug 2017 09:17:45 -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=Yxt2R3n/SOTLNqc fl9+BSnpDpYz++fr0A0vc+EgpJb8=; b=Pti1vtAEYhx+/n/tl6bbjUIwm/cCHqk ru5SzKDdU3rkumCHDpkKvlUGZG3Lfx+fqUAcanyfVY+G9aXtKuW0NA9k+J4sDPi2 9xlGZV3OlKSr29GHDcYb2c/OVyUOQ8vbKcf3mGqdF7tzQru8e6Gp18kjkXJK8B59 bZN1Rjs9xjdU= 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=Yxt2R3n/SOTLNqcfl9+BSnpDpYz++fr0A0vc+EgpJb8=; b=RwGhgkMR MCps5LWERw9ItALophmE4AjebJou6F8i+oQpuUPbczKxb1q7Qlpq/7gDJ0hGRhTF 5i7sM7VnZ3nk9ojw7bOHdJc92E2Ep2+EW3DsZzTeRrb2+lRd/2w8RiSFmZF01IpQ 5o3hs6vo4e5JHavilQYkHL7ZlFUUTyFfnqp4hZ94aeaKy2SZJZ30Wk2KaubcVCcM kkvmYShiidRg0HdDd296yt9lVZ5D8a49bmCUUGfrLAfSyZMxisyE/vttSlV6ZIOr 6xo9huLVbtiurUpFcWy7JeGM2S8dRHXo1uJtjK2qF2ojzLdqsQhYINPgjA0+PfPI M33jgCqdX1HUrw== X-ME-Sender: X-Sasl-enc: k3NTL0TbvHhm4QBaWScJPAYKDQiU7IbBbG71jl0W/Y04 1502025464 Received: from xps.localnet (32.85.136.77.rev.sfr.net [77.136.85.32]) by mail.messagingengine.com (Postfix) with ESMTPA id 580537E522; Sun, 6 Aug 2017 09:17:44 -0400 (EDT) From: Thomas Monjalon To: Gaetan Rivet Cc: dev@dpdk.org Date: Sun, 06 Aug 2017 15:17:40 +0200 Message-ID: <2679119.0TOJfSUFcj@xps> In-Reply-To: <1501860784-17481-1-git-send-email-gaetan.rivet@6wind.com> References: <1501859074-16148-1-git-send-email-gaetan.rivet@6wind.com> <1501860784-17481-1-git-send-email-gaetan.rivet@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] doc: include fail-safe PMD in release note 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: Sun, 06 Aug 2017 13:17:47 -0000 04/08/2017 17:33, Gaetan Rivet: > Signed-off-by: Gaetan Rivet > --- > --- a/doc/guides/nics/fail_safe.rst > +++ b/doc/guides/nics/fail_safe.rst > +.. _fail_safe: > + No need of such anchor at the beginning of a doc. > Fail-safe poll mode driver library > ================================== > --- a/doc/guides/rel_notes/release_17_08.rst > +++ b/doc/guides/rel_notes/release_17_08.rst > +* **Added Fail-Safe PMD** > + > + Added the new Fail-Safe PMD. This virtual device allows applications to > + support seamless hotplug of devices. See the :ref:`Fail-Safe documentation` > + for more details about this driver. Replaced the :ref: by a :doc: link. With this change, applied, thanks