Message ID | 20181101045454.632-4-honnappa.nagarahalli@arm.com |
---|---|
State | Superseded |
Headers | show |
Series | hash: deprecate lock ellision and read/write concurreny flags | expand |
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 34b28234c..d34cca260 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -55,3 +55,8 @@ Deprecation Notices - ``rte_pdump_set_socket_dir`` will be removed; - The parameter, ``path``, of ``rte_pdump_init`` will be removed; - The enum ``rte_pdump_socktype`` will be removed. + +* hash: The configuration flags RTE_HASH_EXTRA_FLAGS_RW_CONCURRENCY and + RTE_HASH_EXTRA_FLAGS_TRANS_MEM_SUPPORT will be removed in v19.02. + Reader/writer concurrency will be supported by default. The library will + use transactional memory if the platform supports it.