aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_net/rte_net_version.map
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_net/rte_net_version.map')
-rw-r--r--lib/librte_net/rte_net_version.map8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/librte_net/rte_net_version.map b/lib/librte_net/rte_net_version.map
index 3b15e651..687c40ea 100644
--- a/lib/librte_net/rte_net_version.map
+++ b/lib/librte_net/rte_net_version.map
@@ -4,3 +4,11 @@ DPDK_16.11 {
local: *;
};
+
+DPDK_17.05 {
+ global:
+
+ rte_net_crc_calc;
+ rte_net_crc_set_alg;
+
+} DPDK_16.11;