[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tip-7p53ghippywz7fqkwo3nkzet@git.kernel.org>
Date: Wed, 31 Oct 2018 15:11:05 -0700
From: tip-bot for Arnaldo Carvalho de Melo <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: davem@...emloft.net, ast@...nel.org, mingo@...nel.org,
linux-kernel@...r.kernel.org, nikolay@...ulusnetworks.com,
acme@...hat.com, eric@...it.org, tglx@...utronix.de, hpa@...or.com
Subject: [tip:perf/urgent] tools headers uapi: Update linux/if_link.h header
copy
Commit-ID: 76b0b801782b34b3028dcef3de36cb634e3908a8
Gitweb: https://git.kernel.org/tip/76b0b801782b34b3028dcef3de36cb634e3908a8
Author: Arnaldo Carvalho de Melo <acme@...hat.com>
AuthorDate: Tue, 30 Oct 2018 17:06:57 -0300
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Wed, 31 Oct 2018 09:57:54 -0300
tools headers uapi: Update linux/if_link.h header copy
To pick the changes from:
9163a0fc1f0c ("net: bridge: add support for per-port vlan stats")
And silence this build warning:
Warning: Kernel ABI header at 'tools/include/uapi/linux/if_link.h' differs from latest version at 'include/uapi/linux/if_link.h'
Cc: Alexei Starovoitov <ast@...nel.org>
Cc: David S. Miller <davem@...emloft.net>
Cc: Eric Leblond <eric@...it.org>
Cc: Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
Link: https://lkml.kernel.org/n/tip-7p53ghippywz7fqkwo3nkzet@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/include/uapi/linux/if_link.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/include/uapi/linux/if_link.h b/tools/include/uapi/linux/if_link.h
index 58faab897201..1debfa42cba1 100644
--- a/tools/include/uapi/linux/if_link.h
+++ b/tools/include/uapi/linux/if_link.h
@@ -287,6 +287,7 @@ enum {
IFLA_BR_MCAST_STATS_ENABLED,
IFLA_BR_MCAST_IGMP_VERSION,
IFLA_BR_MCAST_MLD_VERSION,
+ IFLA_BR_VLAN_STATS_PER_PORT,
__IFLA_BR_MAX,
};
Powered by blists - more mailing lists