From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id DC6B134F0 for ; Wed, 28 Mar 2018 14:24:21 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Mar 2018 05:24:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,371,1517904000"; d="scan'208";a="215442530" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga006.fm.intel.com with ESMTP; 28 Mar 2018 05:24:16 -0700 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 28 Mar 2018 05:24:16 -0700 Received: from fmsmsx117.amr.corp.intel.com ([169.254.3.206]) by FMSMSX113.amr.corp.intel.com ([169.254.13.21]) with mapi id 14.03.0319.002; Wed, 28 Mar 2018 05:24:16 -0700 From: "Wiles, Keith" To: Vincent Jardin CC: "vuonglv@viettel.com.vn" , "users@dpdk.org" , toanln1 Thread-Topic: [dpdk-users] Temperature of CPU when running DPDK App Thread-Index: eXodKRaCimvORtdpGBPsIToqFTbLWLNTLVyAgAAVLQA= Date: Wed, 28 Mar 2018 12:24:15 +0000 Message-ID: <3E2BA059-6902-4827-816F-9DD50BEF370F@intel.com> References: <287310953.2822437.1522234072488.JavaMail.zimbra@viettel.com.vn> <1626c4b73f8.27fc.bb328046f2889bc8f44aafa891a44dd2@6wind.com> In-Reply-To: <1626c4b73f8.27fc.bb328046f2889bc8f44aafa891a44dd2@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.254.83.42] Content-Type: text/plain; charset="us-ascii" Content-ID: <7CD53CEA45589B4993460498A1BCEF77@intel.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-users] Temperature of CPU when running DPDK App X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Mar 2018 12:24:22 -0000 > On Mar 28, 2018, at 6:08 AM, Vincent Jardin wr= ote: >=20 > Did you try interrupt mode ? >=20 Also look at rte_pause() while you detect nothing to do before going back t= o interrupt mode can help too. >=20 Regards, Keith