[dpdk-dev] doc: notify EAL ABI change

Message ID 1502202399-19284-1-git-send-email-gaetan.rivet@6wind.com (mailing list archive)
State Accepted, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Gaëtan Rivet Aug. 8, 2017, 2:26 p.m. UTC
  Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
---
 doc/guides/rel_notes/release_17_08.rst | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
  

Comments

Thomas Monjalon Aug. 8, 2017, 5:27 p.m. UTC | #1
08/08/2017 16:26, Gaetan Rivet:
> Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
> ---
>  doc/guides/rel_notes/release_17_08.rst | 10 +++++++++-
>  1 file changed, 9 insertions(+), 1 deletion(-)

Applied and merged with ABIVER bump, thanks
  

Patch

diff --git a/doc/guides/rel_notes/release_17_08.rst b/doc/guides/rel_notes/release_17_08.rst
index a137aa7..a723252 100644
--- a/doc/guides/rel_notes/release_17_08.rst
+++ b/doc/guides/rel_notes/release_17_08.rst
@@ -343,6 +343,14 @@  ABI Changes
 
 * Removed ``session_mp`` from ``rte_cryptodev_config``.
 
+* Changed type of ``domain`` field in ``rte_pci_addr`` to ``uint32_t``
+  to follow the PCI standard.
+
+* Added new ``rte_bus`` experimental APIs available as operators within the
+  ``rte_bus`` structure.
+
+* Made ``rte_devargs`` structure internal device representation generic to
+  prepare for a bus-agnostic EAL.
 
 Shared Library Versions
 -----------------------
@@ -368,7 +376,7 @@  The libraries prepended with a plus sign were incremented in this version.
      librte_cmdline.so.2
    + librte_cryptodev.so.3
      librte_distributor.so.1
-     librte_eal.so.4
+   + librte_eal.so.5
    + librte_ethdev.so.7
    + librte_gro.so.1
      librte_hash.so.2