diff options
author | 2016-12-13 08:24:00 +0100 | |
---|---|---|
committer | 2016-12-13 08:24:00 +0100 | |
commit | d4e45114a9d11b9796abd3b010cdfb5bb95b7780 (patch) | |
tree | ca4bcb678362b49bd2db2eeca4e06b9d5a238aeb /debian/librte-eal3.symbols | |
parent | 968c78fccbeffe0a2e8dbc6242238c1f9cc54e85 (diff) |
update add symbols in libs that bumped soname (drop symbols)
Change-Id: I87c435b2c77e704c7d3fb84fe722931f8b18d0aa
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Diffstat (limited to 'debian/librte-eal3.symbols')
-rw-r--r-- | debian/librte-eal3.symbols | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/debian/librte-eal3.symbols b/debian/librte-eal3.symbols index 2af58ac3..98c10cfe 100644 --- a/debian/librte-eal3.symbols +++ b/debian/librte-eal3.symbols @@ -1,6 +1,7 @@ librte_eal.so.3 librte-eal3 #MINVER# DPDK_16.04@DPDK_16.04 16.04 DPDK_16.07@DPDK_16.07 16.07~rc1 + DPDK_16.11@DPDK_16.11 16.11 DPDK_2.0@DPDK_2.0 16.04 DPDK_2.1@DPDK_2.1 16.04 DPDK_2.2@DPDK_2.2 16.04 @@ -21,12 +22,16 @@ librte_eal.so.3 librte-eal3 #MINVER# rte_cpu_get_flag_name@DPDK_16.04 16.04 rte_cycles_vmware_tsc_map@DPDK_2.0 16.04 rte_delay_us@DPDK_2.0 16.04 + rte_delay_us_block@DPDK_16.11 16.11 + rte_delay_us_callback_register@DPDK_16.11 16.11 rte_dump_physmem_layout@DPDK_2.0 16.04 rte_dump_registers@DPDK_2.0 16.04 rte_dump_stack@DPDK_2.0 16.04 rte_dump_tailq@DPDK_2.0 16.04 rte_eal_alarm_cancel@DPDK_2.0 16.04 rte_eal_alarm_set@DPDK_2.0 16.04 + rte_eal_dev_attach@DPDK_16.11 16.11 + rte_eal_dev_detach@DPDK_16.11 16.11 rte_eal_dev_init@DPDK_2.0 16.04 rte_eal_devargs_add@DPDK_2.0 16.04 rte_eal_devargs_dump@DPDK_2.0 16.04 @@ -67,6 +72,8 @@ librte_eal.so.3 librte-eal3 #MINVER# rte_eal_tailq_register@DPDK_2.0 16.04 rte_eal_vdev_init@DPDK_2.0 16.04 rte_eal_vdev_uninit@DPDK_2.0 16.04 + rte_eal_vdrv_register@DPDK_16.11 16.11 + rte_eal_vdrv_unregister@DPDK_16.11 16.11 rte_eal_wait_lcore@DPDK_2.0 16.04 rte_epoll_ctl@DPDK_2.1 16.04 rte_epoll_wait@DPDK_2.1 16.04 @@ -94,11 +101,8 @@ librte_eal.so.3 librte-eal3 #MINVER# rte_keepalive_register_core@DPDK_2.2 16.04 rte_keepalive_register_relay_callback@DPDK_16.07 16.07~rc1 rte_log@DPDK_2.0 16.04 - rte_log_add_in_history@DPDK_2.0 16.04 rte_log_cur_msg_loglevel@DPDK_2.0 16.04 rte_log_cur_msg_logtype@DPDK_2.0 16.04 - rte_log_dump_history@DPDK_2.0 16.04 - rte_log_set_history@DPDK_2.0 16.04 rte_logs@DPDK_2.0 16.04 rte_malloc@DPDK_2.0 16.04 rte_malloc_dump_stats@DPDK_2.0 16.04 |