From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=ygW+dZQUJK8J0Sy06xDp2IveRzKYnVU7vHlS5NUe9qA=; b=LQgjPSlRjRptenhQlfVM6z5PJmRK6dl+jKct8aT7LslTMWrw8GYVW0EeIpkPVf/VdM 87dsl9AalVMAsjSYuTbMu3ZsSLZ/qc4c2Upn2PnQpImYNTy5vj+KQQb9BH8OrGZLONKs cAwyXSNmincN1Z7c6A/e9Bf2mm+O0pRY5dB39j3u6x4pxmJ4SEL0wN5+T02KDjDw0s6I Y3P34Y+KnT5qefSE4/m/lNfRAnmSyDMSRjWwnmQuMy2xcVgRBR8JqaMJVSY/AowJLOF6 7rtGxtuW+DfDkBoEhe5Sp0W/gHZHkfCDnFc8IJEjgj4IRJRlJkeSAN2y7aGBbgsskMeq 5tPQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=ygW+dZQUJK8J0Sy06xDp2IveRzKYnVU7vHlS5NUe9qA=; b=VmvadDeNNLWtZ1Yt4fupbpRcawDirQ41EMZ1h4vLYK36or90JdCpWz9xQGR9XJ0jSJ 9W5s6TFLJZbb2u5bPy+D/JSnEXkLLfTQExN2Do2NrJO1cNfZjEvEIoBvCSObUcPOoZn3 cnM7OOUewFdnYqNA/R0kAvw9+juAN4EyowXQlMSI8bISf1hLViQsvDOHeAeWsRqQbMoq zSzMogMnJf/lJtZOL+lQ2nrlc1dJntJ7hua+6rB/zQSV+wKECPzGOmYdLZr7hYHP8OL1 NE3la04jLntViCCJHO1WWrFtHmbWj1B7e0ZCBsZ01k5dZ3ykQpDNBiSqXzbbmkBEgdp9 IqXg== X-Gm-Message-State: ALoCoQkMo3qqZ6X3bi7Wxy2adAxiRGPEks/5tKBe4xhGOCH0yN6sbi9a5FYTJfg1zLnS/dPKeP5zhiSwVaalig/6P4SQzAbFWw== X-Received: by 10.28.24.140 with SMTP id 134mr4833772wmy.34.1450103820595; Mon, 14 Dec 2015 06:37:00 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id wh10sm29880169wjb.45.2015.12.14.06.36.59 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 14 Dec 2015 06:36:59 -0800 (PST) From: Thomas Monjalon To: Jingjing Wu Date: Mon, 14 Dec 2015 15:35:44 +0100 Message-ID: <1450114095.dIB33mhV4z@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1447127386-15469-1-git-send-email-jingjing.wu@intel.com> References: <1447127386-15469-1-git-send-email-jingjing.wu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] doc: announce ABI change for struct rte_eth_tunnel_filter_conf X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2015 14:37:00 -0000 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