summaryrefslogtreecommitdiff
path: root/proto_vlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto_vlan.c')
0 files changed, 0 insertions, 0 deletions
linux/net-next.git/tree/?h=nds-private-remove&id=adf200f31c000d707e4afe238ed1d1199e0cce7c'>17248214781b48ed61a320815f876351aadea61d parent0d2164af2696821b27b04bebd8420b0e881bf44d (diff)
devlink: fix the name of eswitch commands
The eswitch_[gs]et command is supposed to be similar to port_[gs]et command - for multiple eswitch attributes. However, when it was introduced by 08f4b5918b2d ("net/devlink: Add E-Switch mode control") it was wrongly named with the word "mode" in it. So fix this now, make the oririnal enum value existing but obsolete. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--include/uapi/linux/devlink.h10
-rw-r--r--net/core/devlink.c18
2 files changed, 17 insertions, 11 deletions
diff --git a/include/uapi/linux/devlink.h b/include/uapi/linux/devlink.h