From 03e5ff41ceb57209ca2908b4eae5bb8dd212f6b4 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Thu, 5 Nov 2015 00:40:39 +0100 Subject: [PATCH] doc: fix release notes 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 --- doc/guides/rel_notes/deprecation.rst | 11 ----------- doc/guides/rel_notes/release_2_2.rst | 12 ++++++------ 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 9fdd25ca24..549ecb9102 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -12,17 +12,6 @@ Deprecation Notices 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. diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst index c5d92eaba3..59dda59bc6 100644 --- a/doc/guides/rel_notes/release_2_2.rst +++ b/doc/guides/rel_notes/release_2_2.rst @@ -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 ~~~~~~~~ -- 2.20.1