[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <D49DF51C-D713-4D2C-9CB0-F7C21403F68A@holtmann.org>
Date: Sun, 18 Jan 2015 02:33:24 -0800
From: Marcel Holtmann <marcel@...tmann.org>
To: Network Development <netdev@...r.kernel.org>,
"David S. Miller" <davem@...emloft.net>
Subject: Bridge code in net-next does not compile
Hi,
when compiling net-next, the bridge code fails to compile:
CC net/bridge/br.o
In file included from net/bridge/br.c:22:0:
include/net/switchdev.h:73:1: error: expected identifier or ‘(’ before ‘{’ token
{
^
include/net/switchdev.h:71:90: warning: ‘call_netdev_switch_notifiers’ declared ‘static’ but never defined [-Wunused-function]
static inline int call_netdev_switch_notifiers(unsigned long val, struct net_device *dev,
^
I bisecting this to this commit:
commit 03bf0c281234028388108d0aee720954f5fe6924
Author: Jiri Pirko <jiri@...nulli.us>
Date: Thu Jan 15 23:49:36 2015 +0100
switchdev: introduce switchdev notifier
This patch introduces new notifier for purposes of exposing events which happen
on switch driver side. The consumers of the event messages are mainly involved
masters, namely bridge and ovs.
Suggested-by: Thomas Graf <tgraf@...g.ch>
Signed-off-by: Jiri Pirko <jiri@...nulli.us>
Signed-off-by: Scott Feldman <sfeldma@...il.com>
Signed-off-by: David S. Miller <davem@...emloft.net>
Regards
Marcel
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists