doc: announce ABI change for pipeline library
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Thu, 16 Jul 2015 17:07:47 +0000 (18:07 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sat, 15 Aug 2015 22:03:14 +0000 (00:03 +0200)
Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Acked-by: Maciej Gajdzica <maciejx.t.gajdzica@intel.com>
Acked-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
Acked-by: Jasvinder Singh <jasvinder.singh@intel.com>
doc/guides/rel_notes/deprecation.rst

index e309f02..8365981 100644 (file)
@@ -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.