put a note in empty symbols files 17/2017/2
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>
Tue, 19 Jul 2016 12:42:37 +0000 (14:42 +0200)
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>
Tue, 19 Jul 2016 12:44:48 +0000 (14:44 +0200)
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 <christian.ehrhardt@canonical.com>
13 files changed:
debian/librte-pmd-af-packet1.symbols
debian/librte-pmd-bnxt1.symbols
debian/librte-pmd-cxgbe1.symbols
debian/librte-pmd-e1000-1.symbols
debian/librte-pmd-ena1.symbols
debian/librte-pmd-enic1.symbols
debian/librte-pmd-fm10k1.symbols
debian/librte-pmd-i40e1.symbols
debian/librte-pmd-ixgbe1.symbols
debian/librte-pmd-null-crypto1.symbols
debian/librte-pmd-pcap1.symbols
debian/librte-pmd-virtio1.symbols
debian/librte-pmd-vmxnet3-uio1.symbols

index 015d5d9..699357b 100644 (file)
@@ -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.
index bd83879..3ebb615 100644 (file)
@@ -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.
index 305c7d8..9c9c059 100644 (file)
@@ -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.
index 1c8eeb4..9ee7d4f 100644 (file)
@@ -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.
index b482047..03ea178 100644 (file)
@@ -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.
index a52afae..e5150e9 100644 (file)
@@ -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.
index bc61b74..f9b8fa7 100644 (file)
@@ -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.
index 9f9a8ad..cd4239a 100644 (file)
@@ -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.
index c54c909..13b0f1e 100644 (file)
@@ -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.
index 304a016..b480eba 100644 (file)
@@ -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.
index f9016a2..326b7c0 100644 (file)
@@ -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.
index 5f2741b..a3ddb8b 100644 (file)
@@ -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.
index fd17e74..d12a79f 100644 (file)
@@ -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.