[dpdk-dev] [PATCH] doc: announce ABI change for librte_pipeline

Cristian Dumitrescu cristian.dumitrescu at intel.com
Thu Jul 16 19:07:47 CEST 2015


Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
---
 doc/guides/rel_notes/abi.rst |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/doc/guides/rel_notes/abi.rst b/doc/guides/rel_notes/abi.rst
index 9e98d62..194e8c6 100644
--- a/doc/guides/rel_notes/abi.rst
+++ b/doc/guides/rel_notes/abi.rst
@@ -34,3 +34,8 @@ Deprecation Notices
   creates a dummy/empty malloc library to fulfill binaries with dynamic linking
   dependencies on librte_malloc.so. Such dummy library will not be created from
   release 2.2 so binaries will need to be rebuilt.
+
+* librte_pipeline (rte_pipeline.h): 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.
-- 
1.7.4.1



More information about the dev mailing list