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 E0AC72B86 for ; Fri, 23 Dec 2016 16:25:32 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP; 23 Dec 2016 07:25:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,393,1477983600"; d="scan'208";a="1075639515" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.29]) ([10.237.220.29]) by orsmga001.jf.intel.com with ESMTP; 23 Dec 2016 07:25:30 -0800 To: Harish Patil References: <91ac9846-530c-2dd3-4bd6-2c3b9143405b@intel.com> <1482454091-12819-1-git-send-email-harish.patil@qlogic.com> Cc: dev@dpdk.org, Dept-EngDPDKDev@cavium.com From: Ferruh Yigit Message-ID: <12d18634-6ccc-8241-c3c6-430eafad9185@intel.com> Date: Fri, 23 Dec 2016 15:25:30 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <1482454091-12819-1-git-send-email-harish.patil@qlogic.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2 1/7] net/qede: reduce noise in debug logs 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: Fri, 23 Dec 2016 15:25:33 -0000 On 12/23/2016 12:48 AM, Harish Patil wrote: > Move DP_NOTICE msg under CONFIG_RTE_LIBRTE_QEDE_DEBUG_INFO. > > Signed-off-by: Harish Patil Series applied to dpdk-next-net/master, thanks. Removed PMD_DRV_LOG in first patch.