Searched hist:f2f2356685bcaf1063859356fc65a5ac808b1382 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/dsa/ |
H A D | Makefile | diff f2f2356685bcaf1063859356fc65a5ac808b1382 Tue Sep 19 10:57:00 CDT 2017 Vivien Didelot <vivien.didelot@savoirfairelinux.com> net: dsa: move master ethtool code
DSA overrides the master device ethtool ops, so that it can inject stats from its dedicated switch CPU port as well.
The related code is currently split in dsa.c and slave.c, but it only scopes the master net device. Move it to a new master.c DSA core file.
This file will be later extented with master net device specific code.
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | master.c | f2f2356685bcaf1063859356fc65a5ac808b1382 Tue Sep 19 10:57:00 CDT 2017 Vivien Didelot <vivien.didelot@savoirfairelinux.com> net: dsa: move master ethtool code
DSA overrides the master device ethtool ops, so that it can inject stats from its dedicated switch CPU port as well.
The related code is currently split in dsa.c and slave.c, but it only scopes the master net device. Move it to a new master.c DSA core file.
This file will be later extented with master net device specific code.
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | dsa.c | diff f2f2356685bcaf1063859356fc65a5ac808b1382 Tue Sep 19 10:57:00 CDT 2017 Vivien Didelot <vivien.didelot@savoirfairelinux.com> net: dsa: move master ethtool code
DSA overrides the master device ethtool ops, so that it can inject stats from its dedicated switch CPU port as well.
The related code is currently split in dsa.c and slave.c, but it only scopes the master net device. Move it to a new master.c DSA core file.
This file will be later extented with master net device specific code.
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | slave.c | diff f2f2356685bcaf1063859356fc65a5ac808b1382 Tue Sep 19 10:57:00 CDT 2017 Vivien Didelot <vivien.didelot@savoirfairelinux.com> net: dsa: move master ethtool code
DSA overrides the master device ethtool ops, so that it can inject stats from its dedicated switch CPU port as well.
The related code is currently split in dsa.c and slave.c, but it only scopes the master net device. Move it to a new master.c DSA core file.
This file will be later extented with master net device specific code.
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|