From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] doc: include fail-safe PMD in release note Date: Sun, 06 Aug 2017 15:17:40 +0200 Message-ID: <2679119.0TOJfSUFcj@xps> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Gaetan Rivet 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) In-Reply-To: <1501860784-17481-1-git-send-email-gaetan.rivet@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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