From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 23FB05A6A for ; Wed, 3 May 2017 09:57:18 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP; 03 May 2017 00:57:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,283,1491289200"; d="scan'208";a="256259350" Received: from ahmrabi-mobl.ger.corp.intel.com (HELO [10.252.18.147]) ([10.252.18.147]) by fmsmga004.fm.intel.com with ESMTP; 03 May 2017 00:57:16 -0700 To: Pablo de Lara , jingjing.wu@intel.com References: <1493794929-105798-1-git-send-email-pablo.de.lara.guarch@intel.com> Cc: dev@dpdk.org From: Remy Horton Organization: Intel Shannon Limited Message-ID: Date: Wed, 3 May 2017 08:57:15 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <1493794929-105798-1-git-send-email-pablo.de.lara.guarch@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] app/testpmd: fix compilation when bitrate lib is disabled X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 07:57:19 -0000 On 03/05/2017 08:02, Pablo de Lara wrote: > Fixes: e25e6c70fb56 ("app/testpmd: add --bitrate-stats option") > > Signed-off-by: Pablo de Lara > --- > app/test-pmd/testpmd.c | 2 ++ > 1 file changed, 2 insertions(+) Acked-by: Remy Horton