From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 5BD9E58D4 for ; Fri, 23 Sep 2016 13:23:21 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP; 23 Sep 2016 04:23:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,381,1470726000"; d="scan'208";a="172352414" Received: from sie-lab-212-032.ir.intel.com (HELO silpixa00388233.ir.intel.com) ([10.237.212.32]) by fmsmga004.fm.intel.com with ESMTP; 23 Sep 2016 04:23:18 -0700 From: Your Name To: dev@dpdk.org Cc: Laura Stroe Date: Fri, 23 Sep 2016 12:22:51 +0100 Message-Id: <1474629771-21574-1-git-send-email-laura.stroe@intel.com> X-Mailer: git-send-email 2.5.5 Subject: [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: Fri, 23 Sep 2016 11:23:21 -0000 From: Laura Stroe This patch adds a notice that the ABI for filter types functionality will be 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/deprecation.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_params`` 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 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 new field + ``filter_type_replace`` handling the bitmask combination of the 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 -------------------------------------------------------------- Intel Research and Development Ireland Limited Registered in Ireland Registered Office: Collinstown Industrial Park, Leixlip, County Kildare Registered Number: 308263 This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.