From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 96E4E5683 for ; Wed, 4 Mar 2015 10:46:22 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 04 Mar 2015 01:46:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,686,1418112000"; d="scan'208";a="674929078" Received: from dwdohert-dpdk-fedora-20.ir.intel.com ([163.33.213.98]) by fmsmga001.fm.intel.com with ESMTP; 04 Mar 2015 01:46:20 -0800 Message-ID: <54F6D53E.2050100@intel.com> Date: Wed, 04 Mar 2015 09:49:50 +0000 From: Declan Doherty User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Thomas Monjalon , dev@dpdk.org References: <1425396230-13379-1-git-send-email-thomas.monjalon@6wind.com> <1425396230-13379-8-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1425396230-13379-8-git-send-email-thomas.monjalon@6wind.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 7/7] bond: remove debug function to fix link with shared lib X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Mar 2015 09:46:23 -0000 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