diff options
author | 2017-05-17 14:26:24 +0200 | |
---|---|---|
committer | 2017-05-17 15:49:50 +0200 | |
commit | d8f119db38c83443d7af0c5a7bdd37b73e85b6f3 (patch) | |
tree | abc336adb23e3f51a971f8a6cf896cac049e2839 /debian/librte-pmd-null17.05.symbols | |
parent | 840ac9b641a21b560bb6a58d43af8cd70db120e5 (diff) |
d/*.symbols: update symbols dropped in 17.02/17.05
This is an isolated commit to easily spot what was removed.
The deprecation notice only specifies a minimum so all sorts of
2.0-16.11 calls got dropped.
We never released a 17.02, so anything dropped there shows up now as
well.
Change-Id: Id2f20305fb13c031994836af7800d7c94c2590db
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Diffstat (limited to 'debian/librte-pmd-null17.05.symbols')
-rw-r--r-- | debian/librte-pmd-null17.05.symbols | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/librte-pmd-null17.05.symbols b/debian/librte-pmd-null17.05.symbols index 77b7970f..2af90a3d 100644 --- a/debian/librte-pmd-null17.05.symbols +++ b/debian/librte-pmd-null17.05.symbols @@ -1,4 +1,4 @@ librte_pmd_null.so.17.05.0 librte-pmd-null17.05 #MINVER# DPDK_2.0@DPDK_2.0 16.04 - DPDK_2.2@DPDK_2.2 16.04 - eth_dev_null_create@DPDK_2.2 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. |