From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrien Mazarguil Subject: [PATCH v1 01/16] ethdev: update ABI for flow API functions Date: Wed, 4 Apr 2018 17:56:31 +0200 Message-ID: <20180404150312.12304-2-adrien.mazarguil@6wind.com> References: <20180404150312.12304-1-adrien.mazarguil@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: Thomas Monjalon , Ferruh Yigit , dev@dpdk.org Return-path: Received: from mail-wr0-f196.google.com (mail-wr0-f196.google.com [209.85.128.196]) by dpdk.org (Postfix) with ESMTP id 11F4B1C76D for ; Wed, 4 Apr 2018 17:56:44 +0200 (CEST) Received: by mail-wr0-f196.google.com with SMTP id d17so8140200wre.1 for ; Wed, 04 Apr 2018 08:56:44 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20180404150312.12304-1-adrien.mazarguil@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Subsequent patches will modify existing types and slightly alter the behavior of the flow API. This warrants a major ABI breakage. While it is already taken care of for 18.05 (LIBABIVER was updated to version 9 by a prior commit), this patch explicitly adds the affected flow API functions as a safety measure. Signed-off-by: Adrien Mazarguil --- lib/librte_ether/rte_ethdev_version.map | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/librte_ether/rte_ethdev_version.map b/lib/librte_ether/rte_ethdev_version.map index 34df6c8b5..78a6f5afb 100644 --- a/lib/librte_ether/rte_ethdev_version.map +++ b/lib/librte_ether/rte_ethdev_version.map @@ -203,6 +203,16 @@ DPDK_18.02 { } DPDK_17.11; +DPDK_18.05 { + global: + + rte_flow_validate; + rte_flow_create; + rte_flow_query; + rte_flow_copy; + +} DPDK_18.02; + EXPERIMENTAL { global: -- 2.11.0