numam-dpdk/drivers/net
Christian Ehrhardt 2bf4c83555 net/bonding: fix exported symbol versioning
The older versions of rte_eth_bond_8023ad_conf_get and
rte_eth_bond_8023ad_setup were available in the old way since 2.0 - at
least according to the map file.

But versioning in the code was set to 16.04.
That breaks compatibility checks for 2.0 on that library.

For example with the dpdk abi checker:
http://people.canonical.com/~paelzer/compat_report.html

To fix, version the old symbols on the 2.0 version as they were
initially added to the map file.

See http://people.canonical.com/~paelzer/compat_report.html

Fixes: dc40f17a ("net/bonding: allow external state machine in mode 4")

Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-07-11 14:56:51 +02:00
..
af_packet drivers: split parameters infos in multiple lines 2016-07-10 14:51:09 +02:00
bnx2x net/bnx2x: add xstats 2016-07-08 22:56:38 +02:00
bnxt net/bnxt: fix broadcast/multicast Rx 2016-07-08 22:50:41 +02:00
bonding net/bonding: fix exported symbol versioning 2016-07-11 14:56:51 +02:00
cxgbe ethdev: get registers width 2016-07-10 14:55:42 +02:00
e1000 ethdev: get registers width 2016-07-10 14:55:42 +02:00
ena net/ena: fix unneeded doorbell submission 2016-07-08 23:03:59 +02:00
enic net/enic: fix removing old MAC address when setting new one 2016-07-08 22:59:52 +02:00
fm10k net/fm10k: fix Rx descriptor read timing 2016-07-05 11:43:49 +02:00
i40e net/i40e: fix out-of-bounds access 2016-07-08 22:50:59 +02:00
ixgbe net/ixgbe: fix build whith offload flags disabled 2016-07-05 10:59:28 +02:00
mlx4 net/mlx4: add link up/down callback functions 2016-07-05 12:53:50 +02:00
mlx5 net/mlx5: fix crash in Rx 2016-07-08 22:51:10 +02:00
mpipe drivers: remove static driver names 2016-07-10 14:51:09 +02:00
nfp drivers: update registration macro usage 2016-07-06 23:21:40 +02:00
null drivers: split parameters infos in multiple lines 2016-07-10 14:51:09 +02:00
pcap drivers: split parameters infos in multiple lines 2016-07-10 14:51:09 +02:00
qede net/qede: add xstats 2016-07-08 22:55:19 +02:00
ring drivers: split parameters infos in multiple lines 2016-07-10 14:51:09 +02:00
szedata2 drivers: remove static driver names 2016-07-10 14:51:09 +02:00
thunderx net/thunderx: fix memory alloc issue when changing ring size 2016-07-05 11:20:52 +02:00
vhost net/vhost: fix queue state not reset on destroy 2016-07-11 04:57:39 +02:00
virtio net/virtio: fix 32-bit build with gcc 6 2016-07-11 07:41:09 +02:00
vmxnet3 drivers: update registration macro usage 2016-07-06 23:21:40 +02:00
xenvirt drivers: add virtio and xenvirt parameters infos 2016-07-10 14:51:09 +02:00
Makefile net/thunderx: add PMD skeleton 2016-06-20 17:21:54 +02:00