From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id AC69CA49F for ; Thu, 25 Jan 2018 02:55:33 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jan 2018 17:55:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,409,1511856000"; d="scan'208";a="12417757" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.109]) ([10.67.119.109]) by orsmga007.jf.intel.com with ESMTP; 24 Jan 2018 17:55:31 -0800 Message-ID: <5A69A78B.4050303@intel.com> Date: Thu, 25 Jan 2018 17:46:51 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "xu,gang" , dts@dpdk.org References: <1516786827-27078-1-git-send-email-gangx.xu@intel.com> In-Reply-To: <1516786827-27078-1-git-send-email-gangx.xu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V2] fix coremask issue X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jan 2018 01:55:35 -0000 Gang, applied. Please follow our guide line for commit subject in next time. On 01/24/2018 05:40 PM, xu,gang wrote: > remove CONFIG_RTE_LOG_LEVEL=RTE_LOG_DEBUG switch set > modify log-level="lib.eal,8" mean open eal library debug log. > > Signed-off-by: xu,gang