From: Christian Ehrhardt Date: Tue, 19 Jul 2016 12:42:37 +0000 (+0200) Subject: put a note in empty symbols files X-Git-Tag: debian/16.07-1~82 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=84a4a3e67c76c17264ce69af3fb3692c17ebb9e2;p=deb_dpdk.git put a note in empty symbols files We wondered that some symbols files were empty. The TL;DR is that those are essentially driers (not libs) that registers themselve on load and are then only driven by callbacks. To avoid confising others next time looking at it we added a comment to these symbols files. Change-Id: I5e8e575d95622ff74875c22ee7c4a98b65a25912 Signed-off-by: Christian Ehrhardt --- diff --git a/debian/librte-pmd-af-packet1.symbols b/debian/librte-pmd-af-packet1.symbols index 015d5d95..699357ba 100644 --- a/debian/librte-pmd-af-packet1.symbols +++ b/debian/librte-pmd-af-packet1.symbols @@ -1,2 +1,4 @@ librte_pmd_af_packet.so.1 librte-pmd-af-packet1 #MINVER# DPDK_2.0@DPDK_2.0 16.04 +# INFO: this library exports no symbols, essentially it is a driver that +# registers itself on load and is then only driven by callbacks. diff --git a/debian/librte-pmd-bnxt1.symbols b/debian/librte-pmd-bnxt1.symbols index bd838794..3ebb6156 100644 --- a/debian/librte-pmd-bnxt1.symbols +++ b/debian/librte-pmd-bnxt1.symbols @@ -1,2 +1,4 @@ librte_pmd_bnxt.so.1 librte-pmd-bnxt1 #MINVER# DPDK_16.04@DPDK_16.04 16.07-rc3 +# INFO: this library exports no symbols, essentially it is a driver that +# registers itself on load and is then only driven by callbacks. diff --git a/debian/librte-pmd-cxgbe1.symbols b/debian/librte-pmd-cxgbe1.symbols index 305c7d8f..9c9c059e 100644 --- a/debian/librte-pmd-cxgbe1.symbols +++ b/debian/librte-pmd-cxgbe1.symbols @@ -1,2 +1,4 @@ librte_pmd_cxgbe.so.1 librte-pmd-cxgbe1 #MINVER# DPDK_2.1@DPDK_2.1 16.04 +# INFO: this library exports no symbols, essentially it is a driver that +# registers itself on load and is then only driven by callbacks. diff --git a/debian/librte-pmd-e1000-1.symbols b/debian/librte-pmd-e1000-1.symbols index 1c8eeb4b..9ee7d4f8 100644 --- a/debian/librte-pmd-e1000-1.symbols +++ b/debian/librte-pmd-e1000-1.symbols @@ -1,2 +1,4 @@ librte_pmd_e1000.so.1 librte-pmd-e1000-1 #MINVER# DPDK_2.0@DPDK_2.0 16.04 +# INFO: this library exports no symbols, essentially it is a driver that +# registers itself on load and is then only driven by callbacks. diff --git a/debian/librte-pmd-ena1.symbols b/debian/librte-pmd-ena1.symbols index b4820479..03ea178b 100644 --- a/debian/librte-pmd-ena1.symbols +++ b/debian/librte-pmd-ena1.symbols @@ -1,2 +1,4 @@ librte_pmd_ena.so.1 librte-pmd-ena1 #MINVER# DPDK_16.04@DPDK_16.04 16.04 +# INFO: this library exports no symbols, essentially it is a driver that +# registers itself on load and is then only driven by callbacks. diff --git a/debian/librte-pmd-enic1.symbols b/debian/librte-pmd-enic1.symbols index a52afae6..e5150e9d 100644 --- a/debian/librte-pmd-enic1.symbols +++ b/debian/librte-pmd-enic1.symbols @@ -1,2 +1,4 @@ librte_pmd_enic.so.1 librte-pmd-enic1 #MINVER# DPDK_2.0@DPDK_2.0 16.04 +# INFO: this library exports no symbols, essentially it is a driver that +# registers itself on load and is then only driven by callbacks. diff --git a/debian/librte-pmd-fm10k1.symbols b/debian/librte-pmd-fm10k1.symbols index bc61b74c..f9b8fa7a 100644 --- a/debian/librte-pmd-fm10k1.symbols +++ b/debian/librte-pmd-fm10k1.symbols @@ -1,2 +1,4 @@ librte_pmd_fm10k.so.1 librte-pmd-fm10k1 #MINVER# DPDK_2.0@DPDK_2.0 16.04 +# INFO: this library exports no symbols, essentially it is a driver that +# registers itself on load and is then only driven by callbacks. diff --git a/debian/librte-pmd-i40e1.symbols b/debian/librte-pmd-i40e1.symbols index 9f9a8add..cd4239a5 100644 --- a/debian/librte-pmd-i40e1.symbols +++ b/debian/librte-pmd-i40e1.symbols @@ -1,2 +1,4 @@ librte_pmd_i40e.so.1 librte-pmd-i40e1 #MINVER# DPDK_2.0@DPDK_2.0 16.04 +# INFO: this library exports no symbols, essentially it is a driver that +# registers itself on load and is then only driven by callbacks. diff --git a/debian/librte-pmd-ixgbe1.symbols b/debian/librte-pmd-ixgbe1.symbols index c54c909d..13b0f1ed 100644 --- a/debian/librte-pmd-ixgbe1.symbols +++ b/debian/librte-pmd-ixgbe1.symbols @@ -1,2 +1,4 @@ librte_pmd_ixgbe.so.1 librte-pmd-ixgbe1 #MINVER# DPDK_2.0@DPDK_2.0 16.04 +# INFO: this library exports no symbols, essentially it is a driver that +# registers itself on load and is then only driven by callbacks. diff --git a/debian/librte-pmd-null-crypto1.symbols b/debian/librte-pmd-null-crypto1.symbols index 304a0168..b480ebaf 100644 --- a/debian/librte-pmd-null-crypto1.symbols +++ b/debian/librte-pmd-null-crypto1.symbols @@ -1,2 +1,4 @@ librte_pmd_null_crypto.so.1 librte-pmd-null-crypto1 #MINVER# DPDK_16.04@DPDK_16.04 16.04 +# INFO: this library exports no symbols, essentially it is a driver that +# registers itself on load and is then only driven by callbacks. diff --git a/debian/librte-pmd-pcap1.symbols b/debian/librte-pmd-pcap1.symbols index f9016a27..326b7c0e 100644 --- a/debian/librte-pmd-pcap1.symbols +++ b/debian/librte-pmd-pcap1.symbols @@ -1,2 +1,4 @@ librte_pmd_pcap.so.1 librte-pmd-pcap1 #MINVER# DPDK_2.0@DPDK_2.0 16.04 +# INFO: this library exports no symbols, essentially it is a driver that +# registers itself on load and is then only driven by callbacks. diff --git a/debian/librte-pmd-virtio1.symbols b/debian/librte-pmd-virtio1.symbols index 5f2741b1..a3ddb8bb 100644 --- a/debian/librte-pmd-virtio1.symbols +++ b/debian/librte-pmd-virtio1.symbols @@ -1,2 +1,4 @@ librte_pmd_virtio.so.1 librte-pmd-virtio1 #MINVER# DPDK_2.0@DPDK_2.0 16.04 +# INFO: this library exports no symbols, essentially it is a driver that +# registers itself on load and is then only driven by callbacks. diff --git a/debian/librte-pmd-vmxnet3-uio1.symbols b/debian/librte-pmd-vmxnet3-uio1.symbols index fd17e742..d12a79f7 100644 --- a/debian/librte-pmd-vmxnet3-uio1.symbols +++ b/debian/librte-pmd-vmxnet3-uio1.symbols @@ -1,2 +1,4 @@ librte_pmd_vmxnet3_uio.so.1 librte-pmd-vmxnet3-uio1 #MINVER# DPDK_2.0@DPDK_2.0 16.04 +# INFO: this library exports no symbols, essentially it is a driver that +# registers itself on load and is then only driven by callbacks.