From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 841EA3C1414 for ; Tue, 14 Apr 2026 09:39:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776159560; cv=none; b=Zs5YYFmHdA5cdmX837V4EzYd+vTX6UHP7Lzj82U1ZNb8uApk7waMlWk06WZqYOLkk9LT4ogslzEul0nfob7DCpoBoITniisoDCLRMcP/G6h7Bwvd6sKyjA6qNMc2SFJrBcsVnBHOF6gqxAPKQip2HljkD5Ri4sAxdzxUHaPPWIg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776159560; c=relaxed/simple; bh=aRRkx0oARVYmRtTLmp4iTQ4iYhOU1FS1vixYruiSzXM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=cmIeV++OxGMyH3N4xr4YeHs6fC3AGwhVrJu/hZ0D+a05fMAlda6bsZO0VVYXhWRAbRL6x2yJFCgBPytPekZWV/nOBsYY4bAQ6oZ/9C5Iyz806ZdVhu/PjTXKUT62ggitjYS/xuLh0gmjZRRPydRyr1tR9HQksnawzhNvz+wKfsU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rPL+iy91; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="rPL+iy91" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0C7AFC19425; Tue, 14 Apr 2026 09:39:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776159560; bh=aRRkx0oARVYmRtTLmp4iTQ4iYhOU1FS1vixYruiSzXM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rPL+iy91P84aOq8oVXrZS+OCE26GzRiphmhPKnGfJDaCiA8itZ+ds0x62sRuq9hQ7 MpDKW0DicvbqfLUOAxPVYtIYRtsX/eWiUZqCkqRQIzBExHxA9ZDAGF71HSmSC61uFI rLcA1qM8Yrqimid6cxDml4ELjo8+Qq/Y8DmnFZlfUxzea/p02kiGpDf9dVCJZdl9zc gUGdJeqI6YP4Ijx6JEpKKSTTJU5yQRoBxMv9iZmZueminiZ32f7eYCn5vhF+Hzfn7h DH/bmMqQilooM+O2Mp/idGYoAXOZuE760aG5NVYzKNu+fHpJJtomuPqzOQQ7SgQt3U TT/pSSUdJqRvw== Date: Tue, 14 Apr 2026 10:39:16 +0100 From: Simon Horman To: Aleksandr Loktionov Cc: intel-wired-lan@lists.osuosl.org, anthony.l.nguyen@intel.com, netdev@vger.kernel.org, Jacob Keller Subject: Re: [PATCH iwl-next 10/10] ice: promote Tx FIFO drain timeout message from dev_dbg to dev_warn Message-ID: <20260414093916.GC469338@kernel.org> References: <20260410074921.1254213-1-aleksandr.loktionov@intel.com> <20260410074921.1254213-11-aleksandr.loktionov@intel.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260410074921.1254213-11-aleksandr.loktionov@intel.com> On Fri, Apr 10, 2026 at 09:49:21AM +0200, Aleksandr Loktionov wrote: > The message emitted when the Tx FIFO fails to drain within the > timeout period is currently at dev_dbg level, making it invisible > unless debug logging is enabled. Promote it to dev_warn so that > users and administrators can detect Tx timestamp path issues > without enabling extra logging. > > Signed-off-by: Jacob Keller > Signed-off-by: Aleksandr Loktionov Reviewed-by: Simon Horman