From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Sune Subject: [PATCH v7 5/5] ethdev: add rte_eth_speed_to_bm_flag() to ver. map Date: Fri, 29 Jan 2016 01:42:07 +0100 Message-ID: <1454028127-10401-6-git-send-email-marcdevel@gmail.com> References: <1445810400-8978-1-git-send-email-marcdevel@gmail.com> <1454028127-10401-1-git-send-email-marcdevel@gmail.com> To: dev@dpdk.org, Wenzhuo Lu , Helin Zhang , Harish Patil , Jing Chen Return-path: Received: from mail-wm0-f66.google.com (mail-wm0-f66.google.com [74.125.82.66]) by dpdk.org (Postfix) with ESMTP id 3794AC50C for ; Fri, 29 Jan 2016 01:42:40 +0100 (CET) Received: by mail-wm0-f66.google.com with SMTP id l66so6918498wml.2 for ; Thu, 28 Jan 2016 16:42:40 -0800 (PST) In-Reply-To: <1454028127-10401-1-git-send-email-marcdevel@gmail.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" Added rte_eth_speed_to_bm_flag() to DPDK2.2 version map. Signed-off-by: Marc Sune --- lib/librte_ether/rte_ether_version.map | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/librte_ether/rte_ether_version.map b/lib/librte_ether/rte_ether_version.map index d8db24d..2c14ad7 100644 --- a/lib/librte_ether/rte_ether_version.map +++ b/lib/librte_ether/rte_ether_version.map @@ -117,3 +117,9 @@ DPDK_2.2 { local: *; }; + +DPDK_2.3 { + global: + + rte_eth_speed_to_bm_flag; +}DPDK_2.2; -- 2.1.4