aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/jme.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-04-13 22:42:33 -0400
committerDavid S. Miller <davem@davemloft.net>2016-04-13 22:42:33 -0400
commit079adf6c53e8b791ca569314ebee631bb68fbb31 (patch)
tree3149a56ac7c7d066bb6c2ca2667fbd3f4e9a5e5e /drivers/net/ethernet/jme.c
parentnet: force inlining of netif_tx_start/stop_queue, sock_hold, __sock_put (diff)
parentbridge: a netlink notification should be sent when those attributes are changed by ioctl (diff)
downloadlinux-dev-079adf6c53e8b791ca569314ebee631bb68fbb31.tar.xz
linux-dev-079adf6c53e8b791ca569314ebee631bb68fbb31.zip
Merge branch 'bridge-sysfs-rtnl-notifications'
Xin Long says: ==================== bridge: support sending rntl info when we set attributes through sysfs/ioctl This patchset is used to support sending rntl info to user in some places, and ensure that whenever those attributes change internally or from sysfs, that a netlink notification is sent out to listeners. It also make some adjustment in bridge sysfs so that we can implement this easily. I've done some tests on this patchset, like: [br_sysfs] 1. change all the attribute values of br or brif: $ echo $value > /sys/class/net/br0/bridge/{*} $ echo $value > /sys/class/net/br0/brif/eth1/{*} 2. meanwhile, on another terminal to observe the msg: $ bridge monitor [br_ioctl] 1. in bridge-utils package, do some changes in br_set, let brctl command use ioctl to set attribute: if ((ret = set_sysfs(path, value)) < 0) { --> if (1) { $ brctl set* 2. meanwhile, on another terminal to observe the msg: $ bridge monitor This test covers all the attributes that brctl and sysfs support to set. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/jme.c')
0 files changed, 0 insertions, 0 deletions