From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id EBB871B21E for ; Sat, 20 Jan 2018 02:23:38 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jan 2018 17:23:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,383,1511856000"; d="scan'208";a="21190496" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.20.25]) ([10.252.20.25]) by FMSMGA003.fm.intel.com with ESMTP; 19 Jan 2018 17:23:36 -0800 To: Elza Mathew , wenzhuo.lu@intel.com, jingjing.wu@intel.com Cc: dev@dpdk.org References: <1516400350-96747-1-git-send-email-elza.mathew@intel.com> From: Ferruh Yigit Message-ID: <54010b51-9f8b-c2d5-79e2-9f84deaaad32@intel.com> Date: Sat, 20 Jan 2018 01:23:35 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <1516400350-96747-1-git-send-email-elza.mathew@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] app/testpmd: change log level at run time 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, 20 Jan 2018 01:23:39 -0000 On 1/19/2018 10:19 PM, Elza Mathew wrote: > Introduced a run time command to change the > log level for a given log type. Added the > necessary documentation. > > Signed-off-by: Elza Mathew Reviewed-by: Ferruh Yigit