diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-07-19 10:56:46 +0200 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-07-19 10:59:49 +0200 |
commit | a7488e3b351b1941fe11710b2e3f439ef7bbce47 (patch) | |
tree | c5af5873be45752aa34f97c2e3d0ce2679d18568 /debian | |
parent | 954d5e4b01a4c1dd6bfcf1d91c687edff76e1f26 (diff) |
librte-port3.symbols is now arch specific
since the following upstream commit librte-port3.symbols is arch
specific.
There was a feature added which itslef is arch neutral, but it is based on KNI
which is not 32 bit compatible, and thereby disabled on i386.
But the new feature of port to exploit it obviously depends on configured KNI,
therefore the arch difference in the symbols.
commit 9fc37d1c071c0b0227c0a41431d3beb2a14e31a3
Author: WeiJie Zhuang <zhuangwj@gmail.com>
Date: Tue Jun 21 18:55:52 2016 +0800
port: support KNI
Change-Id: I290ab11dfbeae0e301b5fe55d3404a9d46639c17
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/librte-port3.symbols.i386 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/librte-port3.symbols.i386 b/debian/librte-port3.symbols.i386 new file mode 100644 index 00000000..4299798b --- /dev/null +++ b/debian/librte-port3.symbols.i386 @@ -0,0 +1,22 @@ +librte_port.so.3 librte-port3 #MINVER# + DPDK_16.07@DPDK_16.07 16.07-rc1 + DPDK_2.0@DPDK_2.0 16.07-rc1 + DPDK_2.1@DPDK_2.1 16.07-rc1 + DPDK_2.2@DPDK_2.2 16.07-rc1 + rte_port_ethdev_reader_ops@DPDK_2.0 16.07-rc1 + rte_port_ethdev_writer_nodrop_ops@DPDK_2.1 16.07-rc1 + rte_port_ethdev_writer_ops@DPDK_2.0 16.07-rc1 + rte_port_ring_multi_reader_ops@DPDK_2.2 16.07-rc1 + rte_port_ring_multi_writer_nodrop_ops@DPDK_2.2 16.07-rc1 + rte_port_ring_multi_writer_ops@DPDK_2.2 16.07-rc1 + rte_port_ring_reader_ipv4_frag_ops@DPDK_2.0 16.07-rc1 + rte_port_ring_reader_ipv6_frag_ops@DPDK_2.1 16.07-rc1 + rte_port_ring_reader_ops@DPDK_2.0 16.07-rc1 + rte_port_ring_writer_ipv4_ras_ops@DPDK_2.0 16.07-rc1 + rte_port_ring_writer_ipv6_ras_ops@DPDK_2.1 16.07-rc1 + rte_port_ring_writer_nodrop_ops@DPDK_2.1 16.07-rc1 + rte_port_ring_writer_ops@DPDK_2.0 16.07-rc1 + rte_port_sched_reader_ops@DPDK_2.0 16.07-rc1 + rte_port_sched_writer_ops@DPDK_2.0 16.07-rc1 + rte_port_sink_ops@DPDK_2.0 16.07-rc1 + rte_port_source_ops@DPDK_2.0 16.07-rc1 |