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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3A263C433FE for ; Thu, 3 Mar 2022 19:09:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233680AbiCCTJ6 (ORCPT ); Thu, 3 Mar 2022 14:09:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42220 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229536AbiCCTJz (ORCPT ); Thu, 3 Mar 2022 14:09:55 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5927214FFE1; Thu, 3 Mar 2022 11:09:09 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E82A861A5E; Thu, 3 Mar 2022 19:09:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D4528C340EF; Thu, 3 Mar 2022 19:09:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646334548; bh=82P4dYXVNC/cQyX9wKbbOy5G7nGoCFC41X836sNuIGs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RSs9IyWEMN1Ue6j6rujOAK2m/2ws8iIGYc7BkEZKzRwWuyWtei9smuP8z+kASadoq WJPnay6R/C2R0AcJck/uvbulNy9UrNY59ToYKAkGlaiXS7N9WuPnSViVASa3W0nv/J +z55UKHCOh3cuEinvB65fSTSk3yRuv9r8EanPPDZwWeo5AxSrXPCPDdXfvtuaI7x6j axijlLrui0nFtpUENQy9YoPaWkcXAEYAxqsw2vvP5+EPSXMkC1nInagSOv9YoQDo6C ZWCylrToABoOy3U6rMaG0Nv9jpVescyvROci54l1r+ChsnPTbh92Y508HgwwWCp+GC ywTJNGfVfkz/w== Date: Thu, 3 Mar 2022 21:09:04 +0200 From: Leon Romanovsky To: =?iso-8859-1?Q?H=E5kon?= Bugge Cc: Jason Gunthorpe , linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH for-next] Revert "IB/mlx5: Don't return errors from poll_cq" Message-ID: References: <1646315417-25549-1-git-send-email-haakon.bugge@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1646315417-25549-1-git-send-email-haakon.bugge@oracle.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 03, 2022 at 02:50:17PM +0100, Håkon Bugge wrote: > This reverts commit dbdf7d4e7f911f79ceb08365a756bbf6eecac81c. > > Commit dbdf7d4e7f91 ("IB/mlx5: Don't return errors from poll_cq") is > needed, when driver/fw communication gets wedged. > > With a large fleet of systems equipped with CX-5, we have observed the > following mlx5 error message: > > wait_func:945:(pid xxx): ACCESS_REG(0x805) timeout. Will cause a > leak of a command resource It is arguably FW issue. Please contact your Nvidia support representative. Thanks