Message ID | 20181015145057.37864-3-ferruh.yigit@intel.com (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | Thomas Monjalon |
Headers | show |
Series | [1/6] doc: add missing shared library versions to release notes | expand |
Context | Check | Description |
---|---|---|
ci/Intel-compilation | success | Compilation OK |
ci/checkpatch | success | coding style OK |
On Mon, Oct 15, 2018 at 03:50:54PM +0100, Ferruh Yigit wrote: > Fixes: 7c1290374621 ("vhost: rename device ops struct") > > Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> > --- > Cc: Maxime Coquelin <maxime.coquelin@redhat.com> > Cc: Tiwei Bie <tiwei.bie@intel.com> > Cc: Zhihong Wang <zhihong.wang@intel.com> > --- > doc/guides/rel_notes/release_18_11.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/guides/rel_notes/release_18_11.rst b/doc/guides/rel_notes/release_18_11.rst > index 795a7ea3f..03f73484e 100644 > --- a/doc/guides/rel_notes/release_18_11.rst > +++ b/doc/guides/rel_notes/release_18_11.rst > @@ -342,7 +342,7 @@ The libraries prepended with a plus sign were incremented in this version. > librte_security.so.1 > librte_table.so.3 > librte_timer.so.1 > - librte_vhost.so.3 > + librte_vhost.so.4 > > > Known Issues > -- > 2.17.2 > Reviewed-by: Tiwei Bie <tiwei.bie@intel.com>
diff --git a/doc/guides/rel_notes/release_18_11.rst b/doc/guides/rel_notes/release_18_11.rst index 795a7ea3f..03f73484e 100644 --- a/doc/guides/rel_notes/release_18_11.rst +++ b/doc/guides/rel_notes/release_18_11.rst @@ -342,7 +342,7 @@ The libraries prepended with a plus sign were incremented in this version. librte_security.so.1 librte_table.so.3 librte_timer.so.1 - librte_vhost.so.3 + librte_vhost.so.4 Known Issues
Fixes: 7c1290374621 ("vhost: rename device ops struct") Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> --- Cc: Maxime Coquelin <maxime.coquelin@redhat.com> Cc: Tiwei Bie <tiwei.bie@intel.com> Cc: Zhihong Wang <zhihong.wang@intel.com> --- doc/guides/rel_notes/release_18_11.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)