[dpdk-dev] [PATCH v2] librte_pmd_bond: fix exported symbol versioning

2016-07-11 Thread Thomas Monjalon
2016-07-11 13:27, Christian Ehrhardt: > *update in v2* > - add missing changes in rte_eth_bond_8023ad.h > > 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

[dpdk-dev] [PATCH v2] librte_pmd_bond: fix exported symbol versioning

2016-07-11 Thread Christian Ehrhardt
*update in v2* - add missing changes in rte_eth_bond_8023ad.h 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 check