The branch main has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=0fc0b62b0f7be49bcf4c5670a6c81386e333fb02

commit 0fc0b62b0f7be49bcf4c5670a6c81386e333fb02
Author:     Konstantin Belousov <[email protected]>
AuthorDate: 2021-04-26 11:39:11 +0000
Commit:     Konstantin Belousov <[email protected]>
CommitDate: 2021-07-12 09:34:40 +0000

    mlx5: Fix PBMC register mapping
    
    Import Linux commit 534b1204ca4694db1093b15cf3e79a99fcb6a6da
    
    Add reserved mapping to cover all the register in order to avoid setting
    arbitrary values to newer FW which implements the reserved fields.
    
    Reviewed by:    hselasky
    Sponsored by:   Mellanox Technologies // NVIDIA Networking
    MFC after:      1 week
---
 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 {
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "[email protected]"

Reply via email to