Searched hist:"04 ff53f96a931751a70c2bb3926770900b5fbebe" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/dsa/ |
H A D | slave.c | diff 04ff53f96a931751a70c2bb3926770900b5fbebe Fri Jul 31 13:42:57 CDT 2015 Florian Fainelli <f.fainelli@gmail.com> net: dsa: Add netconsole support
Add support for using DSA slave network devices with netconsole, which requires us to allocate and free custom netpoll instances and invoke the parent network device poll controller callback.
In order for netconsole to work, we need to construct the DSA tag, but not queue the skb for transmission on the master network device xmit function.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|