From: Cristian Dumitrescu Date: Thu, 16 Jul 2015 17:07:47 +0000 (+0100) Subject: doc: announce ABI change for pipeline library X-Git-Tag: spdx-start~8516 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=82fc376004be76e65b9b2826e4934a1752a90969;p=dpdk.git doc: announce ABI change for pipeline library Signed-off-by: Cristian Dumitrescu Acked-by: Maciej Gajdzica Acked-by: Daniel Mrzyglod Acked-by: Jasvinder Singh --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index e309f02a3a..83659810d0 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -89,3 +89,8 @@ Deprecation Notices * librte_table hash: Key mask parameter will be added to the hash table parameter structure for 8-byte key and 16-byte key extendible bucket and LRU tables. + +* librte_pipeline: The prototype for the pipeline input port, output port + and table action handlers will be updated: + the pipeline parameter will be added, the packets mask parameter will be + either removed (for input port action handler) or made input-only.