Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jul 2021 15:19:46 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 180c45c1b4d3 - stable/13 - mlx5: Fix PBMC register mapping
Message-ID:  <202107261519.16QFJkkr025812@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=180c45c1b4d33a6d2c185e9a9bef30e8a35dd8c1

commit 180c45c1b4d33a6d2c185e9a9bef30e8a35dd8c1
Author:     Konstantin Belousov <konstantinb@nvidia.com>
AuthorDate: 2021-04-26 11:39:11 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2021-07-26 13:51:12 +0000

    mlx5: Fix PBMC register mapping
    
    (cherry picked from commit 0fc0b62b0f7be49bcf4c5670a6c81386e333fb02)
---
 sys/dev/mlx5/mlx5_ifc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/mlx5/mlx5_ifc.h b/sys/dev/mlx5/mlx5_ifc.h
index 81e91e180b8c..494180630500 100644
--- a/sys/dev/mlx5/mlx5_ifc.h
+++ b/sys/dev/mlx5/mlx5_ifc.h
@@ -8839,7 +8839,7 @@ struct mlx5_ifc_pbmc_reg_bits {
 
 	struct mlx5_ifc_bufferx_reg_bits buffer[10];
 
-	u8         reserved_at_2e0[0x40];
+	u8         reserved_at_2e0[0x80];
 };
 
 struct mlx5_ifc_paos_reg_bits {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107261519.16QFJkkr025812>