From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id C9BAC689E for ; Sat, 6 May 2017 03:00:53 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 May 2017 18:00:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,295,1491289200"; d="scan'208";a="84205603" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga004.jf.intel.com with ESMTP; 05 May 2017 18:00:52 -0700 Received: from fmsmsx151.amr.corp.intel.com (10.18.125.4) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 5 May 2017 18:00:52 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX151.amr.corp.intel.com (10.18.125.4) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 5 May 2017 18:00:52 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.117]) by SHSMSX104.ccr.corp.intel.com ([10.239.4.70]) with mapi id 14.03.0319.002; Sat, 6 May 2017 09:00:50 +0800 From: "Wu, Jingjing" To: "De Lara Guarch, Pablo" , "Horton, Remy" CC: "dev@dpdk.org" Thread-Topic: [PATCH] app/testpmd: fix compilation when bitrate lib is disabled Thread-Index: AQHSw9s/Q6fxdFl91EisK2oiPpztyaHmgJHw Date: Sat, 6 May 2017 01:00:49 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810D62432@SHSMSX103.ccr.corp.intel.com> References: <1493794929-105798-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1493794929-105798-1-git-send-email-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Sat, 06 May 2017 01:00:54 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Wednesday, May 3, 2017 3:02 PM > To: Wu, Jingjing ; Horton, Remy > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH] app/testpmd: fix compilation when bitrate lib is disable= d >=20 > Fixes: e25e6c70fb56 ("app/testpmd: add --bitrate-stats option") >=20 > Signed-off-by: Pablo de Lara Acked-by: Jingjing Wu