From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aleksey Katargin Subject: [PATCH] table: add missing exports Date: Mon, 1 Aug 2016 14:00:43 +0500 Message-ID: <1470042043-2695-1-git-send-email-gureedo@gmail.com> To: dev@dpdk.org Return-path: Received: from mail-lf0-f66.google.com (mail-lf0-f66.google.com [209.85.215.66]) by dpdk.org (Postfix) with ESMTP id 84F7D2B9B for ; Mon, 1 Aug 2016 11:00:53 +0200 (CEST) Received: by mail-lf0-f66.google.com with SMTP id 33so8179803lfw.3 for ; Mon, 01 Aug 2016 02:00:53 -0700 (PDT) Received: from work.is74.ru (pool-77-222-106-92.is74.ru. [77.222.106.92]) by smtp.gmail.com with ESMTPSA id m17sm5067208lfg.1.2016.08.01.02.00.52 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 01 Aug 2016 02:00:52 -0700 (PDT) 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" Signed-off-by: Aleksey Katargin --- lib/librte_table/rte_table_version.map | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/librte_table/rte_table_version.map b/lib/librte_table/rte_table_version.map index 2138698..459c2da 100644 --- a/lib/librte_table/rte_table_version.map +++ b/lib/librte_table/rte_table_version.map @@ -3,6 +3,7 @@ DPDK_2.0 { rte_table_acl_ops; rte_table_array_ops; + rte_table_hash_ext_dosig_ops; rte_table_hash_ext_ops; rte_table_hash_key8_ext_dosig_ops; rte_table_hash_key8_ext_ops; @@ -12,6 +13,7 @@ DPDK_2.0 { rte_table_hash_key16_lru_ops; rte_table_hash_key32_ext_ops; rte_table_hash_key32_lru_ops; + rte_table_hash_lru_dosig_ops; rte_table_hash_lru_ops; rte_table_lpm_ipv6_ops; rte_table_lpm_ops; @@ -24,5 +26,6 @@ DPDK_2.2 { global: rte_table_hash_key16_ext_dosig_ops; + rte_table_hash_key16_lru_dosig_ops; } DPDK_2.0; -- 2.1.4