diff options
| author | Jakub Kicinski <kuba@kernel.org> | 2024-12-23 10:54:06 -0800 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2024-12-23 10:54:07 -0800 |
| commit | b3a69c559899b00ca106767c873680b0adf5882c (patch) | |
| tree | a7c431280de5ef41fe39ab05cbad04e620700091 /include/linux/mlx5/driver.h | |
| parent | 75221e96101fa93390d3db5c23e026f5e3565d9b (diff) | |
| parent | 2a4f56fbcc473d8faeb29b73082df39efbe5893c (diff) | |
Merge branch 'mlx5-misc-fixes-2024-12-20'
Tariq Toukan says:
====================
mlx5 misc fixes 2024-12-20
This small patchset provides misc bug fixes from the team to the mlx5
core and Eth drivers.
====================
Link: https://patch.msgid.link/20241220081505.1286093-1-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux/mlx5/driver.h')
| -rw-r--r-- | include/linux/mlx5/driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h index fc7e6153b73d..8f5991168ccd 100644 --- a/include/linux/mlx5/driver.h +++ b/include/linux/mlx5/driver.h @@ -524,6 +524,7 @@ enum { * creation/deletion on drivers rescan. Unset during device attach. */ MLX5_PRIV_FLAGS_DETACH = 1 << 2, + MLX5_PRIV_FLAGS_SWITCH_LEGACY = 1 << 3, }; struct mlx5_adev { |
