summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2024-12-23 19:54:06 +0100
committerJakub Kicinski <kuba@kernel.org>2024-12-23 19:54:07 +0100
commitb3a69c559899b00ca106767c873680b0adf5882c (patch)
treea7c431280de5ef41fe39ab05cbad04e620700091 /include
parentnet: pse-pd: tps23881: Fix power on/off issue (diff)
parentnet/mlx5e: Keep netdev when leave switchdev for devlink set legacy only (diff)
downloadlinux-b3a69c559899b00ca106767c873680b0adf5882c.tar.xz
linux-b3a69c559899b00ca106767c873680b0adf5882c.zip
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')
-rw-r--r--include/linux/mlx5/driver.h1
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 {