Hi all, This patch series adds support for netconsole in the GENET, SYSTEMPORT and DSA drivers.
A small refactoring to the DSA transmit path is required to avoid duplicating the dsa_netpoll_send_skb() into each and every tagging protocol supported. Testing on e.g: mv643xx_eth and/or e1000e would be much appreciated! David, this might conflict with my series adding NETIF_F_HW_SWITCH_TAG_{RX,TX}, if so, I will just rebase this one on top of net-next. Thanks! Florian Fainelli (4): net: bcmgenet: Add netconsole support net: systemport: Add netconsole support net: dsa: Refactor transmit path net: dsa: Add netconsole support drivers/net/ethernet/broadcom/bcmsysport.c | 13 ++++ drivers/net/ethernet/broadcom/genet/bcmgenet.c | 13 ++++ net/dsa/dsa_priv.h | 8 ++- net/dsa/slave.c | 83 +++++++++++++++++++++++++- net/dsa/tag_brcm.c | 15 +---- net/dsa/tag_dsa.c | 12 +--- net/dsa/tag_edsa.c | 12 +--- net/dsa/tag_trailer.c | 12 +--- 8 files changed, 126 insertions(+), 42 deletions(-) -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html