From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B474B2C18 for ; Fri, 4 Aug 2017 17:11:13 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Aug 2017 08:10:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,321,1498546800"; d="scan'208";a="133626073" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by orsmga005.jf.intel.com with ESMTP; 04 Aug 2017 08:10:55 -0700 To: Gaetan Rivet , dev@dpdk.org References: <1501859074-16148-1-git-send-email-gaetan.rivet@6wind.com> From: Ferruh Yigit Message-ID: <884d30df-aff6-6409-c485-1e0d7270b46b@intel.com> Date: Fri, 4 Aug 2017 16:10:54 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1501859074-16148-1-git-send-email-gaetan.rivet@6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] 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: Fri, 04 Aug 2017 15:11:14 -0000 On 8/4/2017 4:04 PM, Gaetan Rivet wrote: > Signed-off-by: Gaetan Rivet > --- > doc/guides/nics/fail_safe.rst | 2 ++ > doc/guides/rel_notes/release_17_08.rst | 5 +++++ > 2 files changed, 7 insertions(+) > > 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..7558368 100644 > --- a/doc/guides/rel_notes/release_17_08.rst > +++ b/doc/guides/rel_notes/release_17_08.rst > @@ -233,6 +233,11 @@ EAL > Drivers > ~~~~~~~ This is under "Resolved Issues" section. Can you please move this to the "New Features" section? Thanks, ferruh > > +* **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. > > Libraries > ~~~~~~~~~ >