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 2F49A1643A for ; Thu, 17 Aug 2023 19:49:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 62927C433C7; Thu, 17 Aug 2023 19:49:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692301766; bh=sfWy2xe0trvQZPe56oZ7Qsbb5xv1XLUgd+G/dNoLBp0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HkSb2D2M/9wlbqkMgMHFXTvMmSSVQ/X+8MWkBoPQSlmFUSK40Rrso0dLMktXKcIR/ KTf9x+GjTo5bm7Qe0kgxFwqEFhuQEKuNi173sDCKcvk4BDskuEu9Eu4hoPdYgGYJWW 4/LGQfFN+p3thLAuiBjYIurbY579qUYTe3uVKJTAFq01FjZbKiZGPy8kk1R604GTRM doOTg1bjYjwSSdljwuO6PFvTq+bUg26esW3y9j7iPj2Gyg4C/Z1Keuz4fbrcZYwnXt REIhhF+Bn+zVkQtOOHMr0eybZyzksc5iUewMcYRd48faQXgBxdWdAWUYh1PwtLhu5C 0miXZy8HHjK5A== Date: Thu, 17 Aug 2023 21:49:21 +0200 From: Simon Horman To: Petr Machata Cc: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org, Ido Schimmel , Amit Cohen , Danielle Ratson , mlxsw@nvidia.com Subject: Re: [PATCH net 0/4] mlxsw: Fixes for Spectrum-4 Message-ID: References: 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: On Thu, Aug 17, 2023 at 03:58:21PM +0200, Petr Machata wrote: > This patchset contains an assortment of fixes for mlxsw Spectrum-4 support. > > Amit Cohen (1): > mlxsw: Fix the size of 'VIRT_ROUTER_MSB' > > Danielle Ratson (1): > mlxsw: pci: Set time stamp fields also when its type is MIRROR_UTC > > Ido Schimmel (2): > mlxsw: reg: Fix SSPR register layout > selftests: mlxsw: Fix test failure on Spectrum-4 For series, Reviewed-by: Simon Horman