On 8/4/2017 4:04 PM, Gaetan Rivet wrote: > Signed-off-by: Gaetan Rivet <gaetan.ri...@6wind.com> > --- > 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<fail_safe>` > + for more details about this driver. > > Libraries > ~~~~~~~~~ >