From 84a4a3e67c76c17264ce69af3fb3692c17ebb9e2 Mon Sep 17 00:00:00 2001 From: Christian Ehrhardt Date: Tue, 19 Jul 2016 14:42:37 +0200 Subject: 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 --- debian/librte-pmd-af-packet1.symbols | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/librte-pmd-af-packet1.symbols') 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. -- cgit 1.2.3-korg