doc: fix release notes
[dpdk.git] / doc / guides / rel_notes / release_2_2.rst
index c5d92ea..59dda59 100644 (file)
@@ -162,12 +162,6 @@ Drivers
 
   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
 ~~~~~~~~~
@@ -183,6 +177,12 @@ Libraries
   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
 ~~~~~~~~