From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH 7/7] bond: remove debug function to fix link with shared lib Date: Wed, 04 Mar 2015 09:49:50 +0000 Message-ID: <54F6D53E.2050100@intel.com> References: <1425396230-13379-1-git-send-email-thomas.monjalon@6wind.com> <1425396230-13379-8-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: Thomas Monjalon , dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1425396230-13379-8-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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 statistics API. > > Fixes: cc7e8ae84faa ("add example application for link bonding mode 6") > > Signed-off-by: Thomas Monjalon > --- > .... > Acked-by: Declan Doherty