]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/rel_notes/release_2_2.rst
doc: fix release notes
[dpdk.git] / doc / guides / rel_notes / release_2_2.rst
index c5d92eaba37e4f8b9c0d68195d884950e1380b86..59dda59bc6f23d5462199780638adc1207b224ac 100644 (file)
@@ -162,12 +162,6 @@ Drivers
 
   Fixed issue when releasing null control queue.
 
 
   Fixed issue when releasing null control queue.
 
-* **hash: Fixed thread scaling by reducing contention.**
-
-  Fixed issue in hash library where, using multiple cores with
-  hardware transactional memory support, thread scaling did not work,
-  due to the global ring that is shared by all cores.
-
 
 Libraries
 ~~~~~~~~~
 
 Libraries
 ~~~~~~~~~
@@ -183,6 +177,12 @@ Libraries
   key was not added in the table and the key was looked up,
   resulting in an incorrect hit.
 
   key was not added in the table and the key was looked up,
   resulting in an incorrect hit.
 
+* **hash: Fixed thread scaling by reducing contention.**
+
+  Fixed issue in hash library where, using multiple cores with
+  hardware transactional memory support, thread scaling did not work,
+  due to the global ring that is shared by all cores.
+
 
 Examples
 ~~~~~~~~
 
 Examples
 ~~~~~~~~