From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: announce ABI change for struct rte_eth_tunnel_filter_conf Date: Mon, 14 Dec 2015 15:35:44 +0100 Message-ID: <1450114095.dIB33mhV4z@xps13> References: <1447127386-15469-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jingjing Wu Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id B9F9F37B3 for ; Mon, 14 Dec 2015 15:37:00 +0100 (CET) Received: by mail-wm0-f43.google.com with SMTP id n186so48771740wmn.0 for ; Mon, 14 Dec 2015 06:37:00 -0800 (PST) In-Reply-To: <1447127386-15469-1-git-send-email-jingjing.wu@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" 2015-11-10 11:49, Jingjing Wu: > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -32,3 +32,8 @@ Deprecation Notices > 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. > + > +* ABI changes are planned for rte_eth_tunnel_filter_conf. Change the fields > + of outer_mac and inner_mac from pointer to struct in order to keep the > + code's readability. The release 2.2 does not contain these ABI changes, but > + release 2.3 will, and no backwards compatibility is planned. Acked-by: Thomas Monjalon