From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cristian Dumitrescu Subject: [PATCH] doc: announce ABI change for librte_pipeline Date: Thu, 16 Jul 2015 18:07:47 +0100 Message-ID: <1437066467-6283-1-git-send-email-cristian.dumitrescu@intel.com> To: dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id E51EE5A3E for ; Thu, 16 Jul 2015 19:09:04 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Cristian Dumitrescu --- 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