diff options
author | David S. Miller <davem@davemloft.net> | 2020-03-26 11:38:48 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-26 11:38:48 -0700 |
commit | 14340219b89c98d96170721d38378252db206e69 (patch) | |
tree | dc025ecf5c75876fd1bcdc28bb690710c2428ea3 /net/core | |
parent | 9d6a36c7548d18343dc427b8518a17c961c50ff4 (diff) | |
parent | 8e0aa4bc959c98c14ed0aaee522d77ca52690189 (diff) | |
download | linux-14340219b89c98d96170721d38378252db206e69.tar.gz linux-14340219b89c98d96170721d38378252db206e69.tar.bz2 linux-14340219b89c98d96170721d38378252db206e69.zip |
Merge tag 'mlx5-updates-2020-03-25' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
Saeed Mahameed says:
====================
mlx5-updates-2020-03-25
1) Cleanups from Dan Carpenter and wenxu.
2) Paul and Roi, Some minor updates and fixes to E-Switch to address
issues introduced in the previous reg_c0 updates series.
3) Eli Cohen simplifies and improves flow steering matching group searches
and flow table entries version management.
4) Parav Pandit, improves devlink eswitch mode changes thread safety.
By making devlink rely on driver for thread safety and introducing mlx5
eswitch mode change protection.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
-rw-r--r-- | net/core/devlink.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/core/devlink.c b/net/core/devlink.c index 73bb8fbe3393..a9036af7e002 100644 --- a/net/core/devlink.c +++ b/net/core/devlink.c @@ -6187,7 +6187,8 @@ static const struct genl_ops devlink_nl_ops[] = { .validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP, .doit = devlink_nl_cmd_eswitch_get_doit, .flags = GENL_ADMIN_PERM, - .internal_flags = DEVLINK_NL_FLAG_NEED_DEVLINK, + .internal_flags = DEVLINK_NL_FLAG_NEED_DEVLINK | + DEVLINK_NL_FLAG_NO_LOCK, }, { .cmd = DEVLINK_CMD_ESWITCH_SET, |