From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fan Zhang Subject: [PATCH 2/2] doc: announce ABI change of struct rte_port_sink_params Date: Mon, 16 May 2016 14:18:30 +0100 Message-ID: <1463404710-25146-3-git-send-email-roy.fan.zhang@intel.com> References: <1463404710-25146-1-git-send-email-roy.fan.zhang@intel.com> To: dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id DD2519AD3 for ; Mon, 16 May 2016 15:18:34 +0200 (CEST) In-Reply-To: <1463404710-25146-1-git-send-email-roy.fan.zhang@intel.com> 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" The ABI changes are planned for rte_port_sink_params, which will be supported from release 16.11. Here announces that ABI changes in detail. Signed-off-by: Fan Zhang Acked-by: Cristian Dumitrescu --- doc/guides/rel_notes/deprecation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index d228bae..d2f7306 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -78,3 +78,7 @@ Deprecation Notices * ABI will change for rte_port_source_params struct. The member file_name data type will be changed from char * to const char *. This change targets release 16.11. + +* ABI will change for rte_port_sink_params struct. The member file_name + data type will be changed from char * to const char *. This change targets + release 16.11. -- 2.5.5