[dpdk-dev] [PATCH 7/7] bond: remove debug function to fix link with shared lib

2015-03-04 Thread Declan Doherty
On 03/03/15 15:23, Thomas Monjalon wrote: > 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 st

[dpdk-dev] [PATCH 7/7] bond: remove debug function to fix link with shared lib

2015-03-03 Thread Thomas Monjalon
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: cc7e8ae84faa ("add example app