From 12a88ac3874cb9fbac3fc8138ef8579ca1ee598b Mon Sep 17 00:00:00 2001 From: Cristian Dumitrescu Date: Tue, 2 May 2017 19:22:53 +0100 Subject: [PATCH] doc: announce API change for table library Signed-off-by: Cristian Dumitrescu Acked-by: Jasvinder Singh Acked-by: Reshma Pattan Acked-by: John McNamara --- doc/guides/rel_notes/deprecation.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.20.1