diff options
Diffstat (limited to 'lib/librte_cfgfile/rte_cfgfile_version.map')
-rw-r--r-- | lib/librte_cfgfile/rte_cfgfile_version.map | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/librte_cfgfile/rte_cfgfile_version.map b/lib/librte_cfgfile/rte_cfgfile_version.map index 3c2f0dbf..5fe60f72 100644 --- a/lib/librte_cfgfile/rte_cfgfile_version.map +++ b/lib/librte_cfgfile/rte_cfgfile_version.map @@ -20,3 +20,10 @@ DPDK_16.04 { rte_cfgfile_section_entries_by_index; } DPDK_2.0; + +DPDK_17.05 { + global: + + rte_cfgfile_load_with_params; + +} DPDK_16.04; |