doc: fix release notes
authorThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 4 Nov 2015 23:40:39 +0000 (00:40 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 4 Nov 2015 23:40:39 +0000 (00:40 +0100)
A fix in hash library was in the drivers section.
Some ABI changes have been done without removing the notices.

Fixes: 62dbd2ffea9a ("ethdev: add more flow director modes")
Fixes: 381316f6a225 ("vhost-user: support protocol features")
Fixes: 5915699153d7 ("hash: fix scaling by reducing contention")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
doc/guides/rel_notes/deprecation.rst
doc/guides/rel_notes/release_2_2.rst

index 9fdd25c..549ecb9 100644 (file)
@@ -12,17 +12,6 @@ Deprecation Notices
   ibadcrc, ibadlen, imcasts, fdirmatch, fdirmiss,
   tx_pause_xon, rx_pause_xon, tx_pause_xoff, rx_pause_xoff
 
   ibadcrc, ibadlen, imcasts, fdirmatch, fdirmiss,
   tx_pause_xon, rx_pause_xon, tx_pause_xoff, rx_pause_xoff
 
-* ABI changes are planned for struct rte_eth_fdir_filter and
-  rte_eth_fdir_masks in order to support new flow director modes,
-  MAC VLAN and Cloud, on x550. The MAC VLAN mode means the MAC and
-  VLAN are monitored. The Cloud mode is for VxLAN and NVGRE, and
-  the tunnel type, TNI/VNI, inner MAC and inner VLAN are monitored.
-  The release 2.2 will contain these changes without backwards compatibility.
-
-* ABI changes are planned for struct virtio_net in order to support vhost-user
-  multiple queues feature.
-  It should be integrated in release 2.2 without backward compatibility.
-
 * The scheduler hierarchy structure (rte_sched_port_hierarchy) will change to
   allow for a larger number of subport entries.
   The number of available traffic_classes and queues may also change.
 * The scheduler hierarchy structure (rte_sched_port_hierarchy) will change to
   allow for a larger number of subport entries.
   The number of available traffic_classes and queues may also change.
index c5d92ea..59dda59 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
 ~~~~~~~~