From: Cristian Dumitrescu Date: Tue, 2 May 2017 18:22:53 +0000 (+0100) Subject: doc: announce API change for table library X-Git-Tag: spdx-start~3207 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=12a88ac3874cb9fbac3fc8138ef8579ca1ee598b;p=dpdk.git doc: announce API change for table library Signed-off-by: Cristian Dumitrescu Acked-by: Jasvinder Singh Acked-by: Reshma Pattan Acked-by: John McNamara --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 79dac187f6..ba9b5a21b4 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -122,3 +122,9 @@ Deprecation Notices - ``rte_crpytodev_scheduler_mode_get``, replaced by ``rte_cryptodev_scheduler_mode_get`` - ``rte_crpytodev_scheduler_mode_set``, replaced by ``rte_cryptodev_scheduler_mode_set`` + +* librte_table: The ``key_mask`` parameter will be added to all the hash tables + that currently do not have it, as well as to the hash compute function prototype. + The non-"do-sig" versions of the hash tables will be removed + (including the ``signature_offset`` parameter) + and the "do-sig" versions renamed accordingly.