numam-dpdk/lib/librte_pmd_bond
Thomas Monjalon 4b1b380213 bond: remove debug function to fix link with shared lib
The function print_client_stats was used in the example without being
clearly exported in the map file. So it breaks linking with shared library
when debug is enabled.
It's better to remove this function as it probably could be implemented
with statistics API.

Fixes: cc7e8ae84f ("add example application for link bonding mode 6")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Declan Doherty <declan.doherty@intel.com>
2015-03-04 11:19:25 +01:00
..
Makefile mbuf: remove build option to disable refcnt 2015-02-23 19:31:24 +01:00
rte_eth_bond_8023ad_private.h bond: add mode 4 2014-11-27 21:20:58 +01:00
rte_eth_bond_8023ad.c bond: add mode 4 2014-11-27 21:20:58 +01:00
rte_eth_bond_8023ad.h bond: fix headers for C++ 2015-02-02 12:30:33 +01:00
rte_eth_bond_alb.c bond: add mode 6 2015-02-20 22:17:52 +01:00
rte_eth_bond_alb.h bond: add mode 6 2015-02-20 22:17:52 +01:00
rte_eth_bond_api.c ethdev: add device type 2015-02-26 00:08:25 +01:00
rte_eth_bond_args.c mbuf: remove build option to disable refcnt 2015-02-23 19:31:24 +01:00
rte_eth_bond_pmd.c bond: remove debug function to fix link with shared lib 2015-03-04 11:19:25 +01:00
rte_eth_bond_private.h bond: add mode 6 2015-02-20 22:17:52 +01:00
rte_eth_bond_version.map bond: fix symbol export 2015-02-18 18:58:55 +01:00
rte_eth_bond.h mbuf: remove build option to disable refcnt 2015-02-23 19:31:24 +01:00