From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 94809C6FD20 for ; Fri, 24 Mar 2023 08:28:48 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9D41F10E52B; Fri, 24 Mar 2023 08:28:47 +0000 (UTC) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 442EE10E52B for ; Fri, 24 Mar 2023 08:28:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679646526; x=1711182526; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=AfCe1YxLe4m+/DkUt49CDT59A+JjTwnkyvMkx0Tnqhg=; b=cBfkKs/TJDRFaFBRSnXusJlPPCKhi07DmiAdagD9NotRre+GY1k+SyXN 4RwEybmRoJUr/bO6sZ1P1MZkWZ0WT40xt0T4tEu5M2IzEt2/hmriVgkmZ S8493tCeGGZ96c7PPWL15h42f3n2dxeTFy6LM4fUXY/D3ByJvNSwZSipX 6NOuEZcQtCo66whE2QMs+Bd3YB9oFaI0+f7jKtQmDmSVG8G7kGAmNkIfY Re5cuJ90GIgcM9Dfzh3kPysdqOOkgX7C/oYrqAjmiZ9YGJGS2GC/gca8D TK3d8/Eggp8uYRje3QeeOha/CoA0CA8xV+dU4mP0dXzOJZ2KjkWOVn28T Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10658"; a="339752518" X-IronPort-AV: E=Sophos;i="5.98,287,1673942400"; d="scan'208";a="339752518" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Mar 2023 01:28:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10658"; a="793364608" X-IronPort-AV: E=Sophos;i="5.98,287,1673942400"; d="scan'208";a="793364608" Received: from joe-255.igk.intel.com (HELO localhost) ([10.91.220.57]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Mar 2023 01:28:44 -0700 Date: Fri, 24 Mar 2023 09:28:43 +0100 From: Stanislaw Gruszka To: Oded Gabbay Subject: Re: [PATCH 4/6] accel/habanalabs: change COMMS warning messages to error level Message-ID: <20230324082843.GI2130371@linux.intel.com> References: <20230323113525.959176-1-ogabbay@kernel.org> <20230323113525.959176-4-ogabbay@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230323113525.959176-4-ogabbay@kernel.org> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Koby Elbaz , dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, Mar 23, 2023 at 01:35:23PM +0200, Oded Gabbay wrote: > From: Koby Elbaz > > COMMS protocol is used for LKD <--> FW communication, and any > communication failure between the two might turn out to be > destructive, hence, it should be well emphasized. > > Signed-off-by: Koby Elbaz > Reviewed-by: Oded Gabbay > Signed-off-by: Oded Gabbay Reviewed-by: Stanislaw Gruszka