ethdev: introduce representor type
[dpdk.git] / doc / guides / rel_notes / release_20_02.rst
index 2506f74..40ebbfa 100644 (file)
@@ -298,6 +298,8 @@ API Changes
 * No change in this release.
 
 
+.. _20_02_abi_changes:
+
 ABI Changes
 -----------
 
@@ -315,6 +317,16 @@ ABI Changes
 
 * No change, kept ABI v20. DPDK 20.02 is compatible with DPDK 19.11.
 
+* The soname for each stable ABI version should be just the ABI version major
+  number without the minor number. Unfortunately both major and minor were used
+  in the v19.11 release, causing version v20.x releases to be incompatible with
+  ABI v20.0.
+
+  The `commit f26c2b39b271 <https://git.dpdk.org/dpdk/commit/?id=f26c2b39b271>`_
+  fixed the issue by switching from 2-part to 3-part ABI version numbers so that
+  we can keep v20.0 as soname and using the final digits to identify the DPDK
+  20.x releases which are ABI compatible.
+
 
 Tested Platforms
 ----------------
@@ -562,3 +574,18 @@ Tested Platforms
   * OFED:
 
     * MLNX_OFED 5.0-0.4.1.0
+
+* ARMv8 SoC combinations from Marvell (with integrated NICs)
+
+  * SoC:
+
+    * CN83xx, CN96xx, CN93xx
+
+  * OS (Based on Marvell OCTEON TX SDK-10.3.2.x):
+
+    * Arch Linux
+    * Buildroot 2018.11
+    * Ubuntu 16.04.1 LTS
+    * Ubuntu 16.10
+    * Ubuntu 18.04.1
+    * Ubuntu 19.04