diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-07-19 08:59:27 +0200 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-07-19 09:14:32 +0200 |
commit | 210eb6bc7b3407700cb7734fbc15f02114a65648 (patch) | |
tree | 0a757fdaccc8e7ba1d9f421b3be544e60446adc1 | |
parent | 75d08357f1d00db8621f3c810490795acc8629c6 (diff) |
adapt symbols to 16.07-rc3, rte_eth_dev_get_reg_length
This was intentionally dropped by upstream commit:
commit 001a1c0f98f4e3ac19c26515892e2448a7547c38
Author: Zyta Szpak <zyta.szpak@semihalf.com>
Date: Mon Jul 4 13:36:46 2016 +0200
ethdev: get registers width
Change-Id: I9a588a27d17f3295e15b5e38254d0433fb7b6cb1
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
-rw-r--r-- | debian/libethdev4.symbols | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/libethdev4.symbols b/debian/libethdev4.symbols index c1a47a64..cafc59b8 100644 --- a/debian/libethdev4.symbols +++ b/debian/libethdev4.symbols @@ -31,7 +31,6 @@ libethdev.so.4 libethdev4 #MINVER# rte_eth_dev_get_name_by_port@DPDK_16.07 16.07-rc1 rte_eth_dev_get_port_by_name@DPDK_16.07 16.07-rc1 rte_eth_dev_get_reg_info@DPDK_2.2 16.07-rc1 - rte_eth_dev_get_reg_length@DPDK_2.2 16.07-rc1 rte_eth_dev_get_supported_ptypes@DPDK_16.04 16.07-rc1 rte_eth_dev_get_vlan_offload@DPDK_2.2 16.07-rc1 rte_eth_dev_info_get@DPDK_2.2 16.07-rc1 |