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 ACFA37E for ; Thu, 13 Apr 2023 14:54:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E83F6C433D2; Thu, 13 Apr 2023 14:54:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681397663; bh=1K6whjALxumgxRYYK0wH4JcChq+2mh8I/hWM/ZKSTx0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Jh1XJJ5iy1FUDFpLxlvGUY5LeubD6UBVT8j//2eWNW1nmnj80VGWFTgdtYnpbf3eN 8bEDfxOOLF4jO4cgdbeWRqD84P1fn7B7oslrTPcQce6Yt0by4HZiSATLY+dkacuOSC quzUPZUv3V75PENHZavZowcbHyuOyMvzXMl1CvebNi8dOvk8RiD0p58vEfA+LZc+hq 4Au+tOfydhmrBM/yXv0u1fFD0KVHxwXEtsj5w+5rJ0XUh6D/wDv7CFkxoFGGuo0PGj SisKtwy7VmSjYqlQrBZxeZRMadm45np91hj1rz4v2ohjVmkpQU5riKsJkOo3cqsAtg 4oOIBhSq4gWKQ== Date: Thu, 13 Apr 2023 07:54:21 -0700 From: Jakub Kicinski To: Leon Romanovsky Cc: Paul Moore , Linux regressions mailing list , Saeed Mahameed , Shay Drory , Saeed Mahameed , netdev@vger.kernel.org, selinux@vger.kernel.org, Tariq Toukan Subject: Re: Potential regression/bug in net/mlx5 driver Message-ID: <20230413075421.044d7046@kernel.org> In-Reply-To: <20230410054605.GL182481@unreal> References: <1c8a70fc-18cb-3da7-5240-b513bf1affb9@leemhuis.info> <20230410054605.GL182481@unreal> Precedence: bulk X-Mailing-List: regressions@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 10 Apr 2023 08:46:05 +0300 Leon Romanovsky wrote: > > I haven't seen any updates from the mlx5 driver folks, although I may > > not have been CC'd? =20 >=20 > We are extremely slow these days due to combination of holidays > (Easter, Passover, Ramadan, spring break e.t.c). Let's get this fixed ASAP, please. I understand that there are holidays, but it's been over 2 weeks, and addressing regressions should be highest priority for any maintainer! :( =46rom what I gather all we need here is to throw in an extra condition for "FW is hella old" into mlx5_core_is_management_pf(), no?