aboutsummaryrefslogtreecommitdiffstats
path: root/debian/librte-pmd-fm10k1.symbols
diff options
context:
space:
mode:
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>2016-07-19 14:42:37 +0200
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>2016-07-19 14:44:48 +0200
commit84a4a3e67c76c17264ce69af3fb3692c17ebb9e2 (patch)
tree4f56680a90e0db555f5e8c257eb1a6d0c6612392 /debian/librte-pmd-fm10k1.symbols
parentf5bfdd49234f08eddad4001f58d3c2be4ed4e438 (diff)
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 <christian.ehrhardt@canonical.com>
Diffstat (limited to 'debian/librte-pmd-fm10k1.symbols')
-rw-r--r--debian/librte-pmd-fm10k1.symbols2
1 files changed, 2 insertions, 0 deletions
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.