#ifndef __TOOLS_LINUX_ASM_ATOMIC_H #define __TOOLS_LINUX_ASM_ATOMIC_H #if defined(__i386__) || defined(__x86_64__) #include "../../arch/x86/include/asm/atomic.h" #else #include #endif #endif /* __TOOLS_LINUX_ASM_ATOMIC_H */ ://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/net?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJiri Pirko <jiri@mellanox.com>2017-02-09 15:54:33 +0100
committerDavid S. Miller <davem@davemloft.net>2017-02-10 14:43:00 -0500
commitadf200f31c000d707e4afe238ed1d1199e0cce7c (patch)
tree17248214781b48ed61a320815f876351aadea61d /net
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 (limited to 'net')
-rw-r--r--net/core/devlink.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/net/core/devlink.c b/net/core/devlink.c