aboutsummaryrefslogtreecommitdiffstats
path: root/debian/librte-pmd-bond1.symbols
AgeCommit message (Collapse)AuthorFilesLines
2018-08-29Update librte-pmd-bond1.symbols with new symbol.Luca Boccassi1-0/+1
This API was already present and public, but it was mistakenly left out of the symbols map in the original release. Change-Id: Ia16626b263e4eef1ea66b8d9a2c92efb828fc57c Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
2016-08-02Fix upstream rc versions by using "~" instead of "-"Luca Boccassi1-9/+9
16.07-rc1 evaluates as newer than 16.07 which causes issues with Debian tools and Lintian errors and warnings: - W: libethdev4: latest-debian-changelog-entry-without-new-version - E: libethdev4: symbols-file-contains-current-version-with-debian-revision on symbol DPDK_16.04@DPDK_16.04 and 114 others Change-Id: I12424e445ba539f0767006db22beff07adad9f71 Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
2016-07-19update symbols of librte-pmd-bond1.symbolsChristian Ehrhardt1-2/+0
rte_eth_bond_8023ad_conf_get and rte_eth_bond_8023ad_setup Fixed broken symbols upstream by: commit 2bf4c835554a382f22a58194180ebacc2e9a5399 Author: Christian Ehrhardt <christian.ehrhardt@canonical.com> Date: Mon Jul 11 13:27:01 2016 +0200 net/bonding: fix exported symbol versioning Change-Id: Ib5fed98c8a95f11de446cb2fc1af696a6afc9aa3 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-07-07symbols: remove debian package versioning from symbols fileChristian Ehrhardt1-11/+11
This accidentially came in and was pointed out by Luca Boccassi in review. Not a transition problem since nothing was published yet. Change-Id: I835894b926a243c8fa52e0d255d001359f768b68 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-07-06update symbols files for dpdk 16.07Christian Ehrhardt1-0/+11
Overview of changing files: - libethdev4, librte-mempool2, librte-port3, librte-vhost3 got ABI bump anyway - librte-cryptodev1, librte-eal2 only added symbols - librte-pmd-bond1 had dropped symbols - fix in d/p and sent upstream Change-Id: I999897fc8daf323f6c3e1ccc82a145e320574a98 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-06-23fix package names to match sonamesChristian Ehrhardt1-0/+20
Following policy and fixing the warning regarding https://lintian.debian.org/tags/package-name-doesnt-match-sonames.html Change-Id: Ib946075ff64c0f1c30e32f7998a3aa99256ebce5 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>