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 <thomas.monjalon@6wind.com>
This commit is contained in:
parent
761f5a5680
commit
03e5ff41ce
@ -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.
|
||||
|
@ -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
|
||||
~~~~~~~~
|
||||
|
Loading…
x
Reference in New Issue
Block a user