From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH 2/2] ethdev: remove old flow director symbols Date: Tue, 15 Dec 2015 11:47:14 +0100 Message-ID: <1450176434-7213-2-git-send-email-thomas.monjalon@6wind.com> References: <1450176434-7213-1-git-send-email-thomas.monjalon@6wind.com> To: dev@dpdk.org Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 4DA3B5A72 for ; Tue, 15 Dec 2015 11:48:41 +0100 (CET) Received: by mail-wm0-f49.google.com with SMTP id p66so19113195wmp.1 for ; Tue, 15 Dec 2015 02:48:41 -0800 (PST) Received: from XPS13.dev.6wind.com (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id u4sm858892wjz.4.2015.12.15.02.48.40 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 15 Dec 2015 02:48:40 -0800 (PST) In-Reply-To: <1450176434-7213-1-git-send-email-thomas.monjalon@6wind.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" The API has been removed but the symbols were still declared in the map. Fixes: a421b86a4a02 ("ethdev: remove old flow director API") Signed-off-by: Thomas Monjalon --- lib/librte_ether/rte_ether_version.map | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/librte_ether/rte_ether_version.map b/lib/librte_ether/rte_ether_version.map index 17a11c7..d8db24d 100644 --- a/lib/librte_ether/rte_ether_version.map +++ b/lib/librte_ether/rte_ether_version.map @@ -27,14 +27,6 @@ DPDK_2.2 { rte_eth_dev_count; rte_eth_dev_default_mac_addr_set; rte_eth_dev_detach; - rte_eth_dev_fdir_add_perfect_filter; - rte_eth_dev_fdir_add_signature_filter; - rte_eth_dev_fdir_get_infos; - rte_eth_dev_fdir_remove_perfect_filter; - rte_eth_dev_fdir_remove_signature_filter; - rte_eth_dev_fdir_set_masks; - rte_eth_dev_fdir_update_perfect_filter; - rte_eth_dev_fdir_update_signature_filter; rte_eth_dev_filter_ctrl; rte_eth_dev_filter_supported; rte_eth_dev_flow_ctrl_get; -- 2.5.2