From patchwork Fri Aug 4 15:33:04 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Ga=C3=ABtan_Rivet?= X-Patchwork-Id: 27462 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 1A1E0330D; Fri, 4 Aug 2017 17:33:22 +0200 (CEST) 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=VVNIIunVdYyXl0hnYv2bMYOrRzh4cN775GFGuCZK79g=; b=A0Jwmq4Y781Wf0L3Dh4YBZTZ0qrGmWbCIpU2lH62RqEQVSBsbXSqOPnGeptm0IZ1YA zb+ClUk+EWDLw33SvEqRPG8QbNu0sDg2eVr3XBcA14cIGfSrdf7WuD1RQ3AZN4dzB7Ib rEvcfFiOxLFTvzrNcYQtbNuEz2NkQZrSqtYdVAoH8wz0pgXBR45FOO+SxHh17vbUAW+5 Ez3r8pQwt10KAl7ykXQ3Y2K+SMtEfx3+2h77mCh4Wfj5zZd+/xx6ucUQmDWAhSb1E+mr 57hzlopUBqgnLkp8FsEOnKlizglnLHLpO9BN6o8FeVyTaX9YD5s9wFZOfD3FoCoUUSvL FqwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=VVNIIunVdYyXl0hnYv2bMYOrRzh4cN775GFGuCZK79g=; b=uNH/i9AvN582CPEqLM+8Uc5jWY41VUN1Mp4BOzjubHiNtdTL8YT4wNKyVeC1oOxRc2 MdXCZJ09xmyrlcYI2ZwC3oLDvZGvSzaC6sDl66tqH+bij3Esop/kWTcADHY3ZNM7VqKm XF36yIyMJW1AK2jTksiscoqil/3Ps1bnqaUdTtl6A+guYx0vLIcK40W0oLRfW98T+1cB lnBRpqoyW/PfJFc52wOoWYcMPa6JzIqXuHCrU4kew23Q8KN9n8bdxtDSPAjxxXnRlmU5 rNQ4oK9kAwslhffLV2tulc+/gMN3OcYBZ8n9n2sjMYaSL1pLXLUO85PBMkomCD7VX7i6 ehbg== X-Gm-Message-State: AIVw110/0VLqAdQvUI3tlb2ZR382vWaavqZ5NS1HQ+1LYYuoIGu2oJ4W vGGVr8LDCcfLb6MmL1g= X-Received: by 10.223.150.54 with SMTP id b51mr1891862wra.185.1501860799213; Fri, 04 Aug 2017 08:33:19 -0700 (PDT) Received: from bidouze.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id b25sm5351406wrb.79.2017.08.04.08.33.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 04 Aug 2017 08:33:18 -0700 (PDT) From: Gaetan Rivet To: dev@dpdk.org Cc: Gaetan Rivet Date: Fri, 4 Aug 2017 17:33:04 +0200 Message-Id: <1501860784-17481-1-git-send-email-gaetan.rivet@6wind.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1501859074-16148-1-git-send-email-gaetan.rivet@6wind.com> References: <1501859074-16148-1-git-send-email-gaetan.rivet@6wind.com> Subject: [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: , 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 ~~~~~~~~~