From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/failsafe: remove unnecessary debug messages Date: Thu, 20 Dec 2018 19:17:58 +0000 Message-ID: References: <20181214193552.12408-1-stephen@networkplumber.org> <8d213aea-eac3-cff5-4157-2cff2a74bd63@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Stephen Hemminger To: Stephen Hemminger , gaetan.rivet@6wind.com Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 5E9D41B296 for ; Thu, 20 Dec 2018 20:18:01 +0100 (CET) In-Reply-To: <8d213aea-eac3-cff5-4157-2cff2a74bd63@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 12/20/2018 7:14 PM, Ferruh Yigit wrote: > On 12/14/2018 7:35 PM, Stephen Hemminger wrote: >> The failsafe driver spews messages every time it is polling >> making debugging other things more difficult. Just remove it. >> >> Example: >> net_failsafe: Hot-plug mutex was locked by thread 140182066431744 by the hot-plug alarm >> net_failsafe: Hot-plug mutex was locked by thread 140182066431744 by the hot-plug alarm >> ... >> >> >> Signed-off-by: Stephen Hemminger > > Reviewed-by: Ferruh Yigit > Applied to dpdk-next-net/master, thanks.