From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gaetan Rivet Subject: [PATCH v2] doc: include fail-safe PMD in release note Date: Fri, 4 Aug 2017 17:33:04 +0200 Message-ID: <1501860784-17481-1-git-send-email-gaetan.rivet@6wind.com> References: <1501859074-16148-1-git-send-email-gaetan.rivet@6wind.com> Cc: Gaetan Rivet To: dev@dpdk.org Return-path: Received: from mail-wr0-f169.google.com (mail-wr0-f169.google.com [209.85.128.169]) by dpdk.org (Postfix) with ESMTP id 15ED82C18 for ; Fri, 4 Aug 2017 17:33:19 +0200 (CEST) Received: by mail-wr0-f169.google.com with SMTP id f21so18087198wrf.5 for ; Fri, 04 Aug 2017 08:33:19 -0700 (PDT) In-Reply-To: <1501859074-16148-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" Signed-off-by: Gaetan Rivet --- v2: - Move the note to the proper sub-section. Thanks Ferruh doc/guides/nics/fail_safe.rst | 2 ++ doc/guides/rel_notes/release_17_08.rst | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/guides/nics/fail_safe.rst b/doc/guides/nics/fail_safe.rst index 34ecae2..a3caf10 100644 --- a/doc/guides/nics/fail_safe.rst +++ b/doc/guides/nics/fail_safe.rst @@ -27,6 +27,8 @@ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +.. _fail_safe: + Fail-safe poll mode driver library ================================== diff --git a/doc/guides/rel_notes/release_17_08.rst b/doc/guides/rel_notes/release_17_08.rst index 343331e..482578a 100644 --- a/doc/guides/rel_notes/release_17_08.rst +++ b/doc/guides/rel_notes/release_17_08.rst @@ -205,6 +205,11 @@ New Features to verify functionality and measure the performance parameters of DPDK eventdev devices. +* **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. Resolved Issues --------------- @@ -233,7 +238,6 @@ EAL Drivers ~~~~~~~ - Libraries ~~~~~~~~~ -- 2.1.4