diff options
| author | Jakub Kicinski <[email protected]> | 2021-01-13 15:45:59 -0800 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2021-01-13 15:46:58 -0800 |
| commit | 679500e385fc4d65c3fac5bfbe6ee55d65698f20 (patch) | |
| tree | 48c7e3964c7d6d2e4d64f653d5115528afe9b65c /include/linux | |
| parent | f50e2f9f791647aa4e5b19d0064f5cabf630bf6e (diff) | |
| parent | 224169d2a32b2fbb5fde366c6bc17b66c06fc005 (diff) | |
Merge branch 'mlx5-updates-2021-01-07'
Saeed Mahameed says:
====================
mlx5 updates 2021-01-07
Misc updates series for mlx5 driver:
1) From Eli and Jianbo, E-Switch cleanups and usage of new
FW capability for mpls over udp
2) Paul Blakey, Adds support for mirroring with Connection tracking
by splitting rules to pre and post Connection tracking to perform the
mirroring.
3) Roi Dayan, cleanups for connection tracking
4) From Tariq, Cleanups and improvements to IPSec
====================
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mlx5/mlx5_ifc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h index 442c0160caab..823411e288c0 100644 --- a/include/linux/mlx5/mlx5_ifc.h +++ b/include/linux/mlx5/mlx5_ifc.h @@ -1278,7 +1278,9 @@ struct mlx5_ifc_cmd_hca_cap_bits { u8 reserved_at_a0[0x3]; u8 ece_support[0x1]; - u8 reserved_at_a4[0x7]; + u8 reserved_at_a4[0x5]; + u8 reg_c_preserve[0x1]; + u8 reserved_at_aa[0x1]; u8 log_max_srq[0x5]; u8 reserved_at_b0[0x1]; u8 uplink_follow[0x1]; |