From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 5A7F129CF for ; Wed, 2 Nov 2016 16:14:39 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 02 Nov 2016 08:14:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,583,1473145200"; d="scan'208";a="781393653" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by FMSMGA003.fm.intel.com with ESMTP; 02 Nov 2016 08:14:37 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.226]) by IRSMSX151.ger.corp.intel.com ([169.254.4.28]) with mapi id 14.03.0248.002; Wed, 2 Nov 2016 15:12:27 +0000 From: "Stroe, Laura" To: "dev@dpdk.org" Thread-Topic: [PATCH] doc: announce ABI changes in filtering support Thread-Index: AQHSFYzlJCFJ62XTBkyJ99H5p4ZizaDGCgGw Date: Wed, 2 Nov 2016 15:12:27 +0000 Message-ID: References: <1474629771-21574-1-git-send-email-laura.stroe@intel.com> In-Reply-To: <1474629771-21574-1-git-send-email-laura.stroe@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: announce ABI changes in filtering support 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: Wed, 02 Nov 2016 15:14:39 -0000 Self-Nack. After an internal review of ABI breakage announcements we found a way of ac= hieving this with an ABI change. -----Original Message----- From: Stroe, Laura=20 Sent: Friday, September 23, 2016 12:23 PM To: dev@dpdk.org Cc: Stroe, Laura Subject: [PATCH] doc: announce ABI changes in filtering support From: Laura Stroe This patch adds a notice that the ABI for filter types functionality will b= e enhanced in the 17.02 release with new operation available to manipulate = the tunnel filters: replace filter types. Signed-off-by: Laura Stroe --- doc/guides/rel_notes/deprecation.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/de= precation.rst index 1a3831f..1cd1d2c 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -57,3 +57,12 @@ Deprecation Notices * API will change for ``rte_port_source_params`` and ``rte_port_sink_param= s`` structures. The member ``file_name`` data type will be changed from ``char *`` to ``const char *``. This change targets release 16.11. + +* In 17.02 ABI changes are planned: the ``rte_filter_op `` enum will be=20 +extended + with a new member RTE_ETH_FILTER_REPLACE in order to facilitate + the new operation - replacing the tunnel filters, + the ``rte_eth_tunnel_filter_conf`` structure will be extended with a=20 +new field + ``filter_type_replace`` handling the bitmask combination of the=20 +filter types + defined by the values ETH_TUNNEL_FILTER_XX, + define new values for Outer VLAN and Outer Ethertype filters + ETH_TUNNEL_FILTER_OVLAN and ETH_TUNNEL_FILTER_OETH. -- 2.5.5