git: 180c45c1b4d3 - stable/13 - mlx5: Fix PBMC register mapping

Konstantin Belousov kib at FreeBSD.org
Mon Jul 26 15:19:48 UTC 2021


The branch stable/13 has been updated by kib:

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

commit 180c45c1b4d33a6d2c185e9a9bef30e8a35dd8c1
Author:     Konstantin Belousov <konstantinb at nvidia.com>
AuthorDate: 2021-04-26 11:39:11 +0000
Commit:     Konstantin Belousov <kib at 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 {


More information about the dev-commits-src-branches mailing list