[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1438368177-23942-1-git-send-email-f.fainelli@gmail.com>
Date: Fri, 31 Jul 2015 11:42:53 -0700
From: Florian Fainelli <f.fainelli@...il.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, pgynther@...gle.com, jaedon.shin@...il.com,
Florian Fainelli <f.fainelli@...il.com>,
vivien.didelot@...oirfairelinux.com,
jerome.oufella@...oirfairelinux.com, linux@...ck-us.net,
andrew@...n.ch, cphealy@...il.com, mathieu@...eaurora.org,
jonasj76@...il.com, andrey.volkov@...vision.fr,
Chris.Packham@...iedtelesis.co.nz, alexander.h.duyck@...hat.com
Subject: [PATCH net-next v2 0/4] net: GENET, SYSTEMPORT and DSA netconsole
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!
Changes in v2:
- properly disable/enable interrupts in GENET and SYSTEMPORT
- pass the reallocated SKB back to dsa_slave_xmit() in case a tag protocol had to
alter the original SKB
Florian Fainelli (4):
net: bcmgenet: Add netconsole support
net: systemport: Add netconsole support
net: dsa: Refactor transmit path to eliminate duplication
net: dsa: Add netconsole support
drivers/net/ethernet/broadcom/bcmsysport.c | 18 +++++
drivers/net/ethernet/broadcom/genet/bcmgenet.c | 20 ++++++
net/dsa/dsa_priv.h | 8 ++-
net/dsa/slave.c | 94 +++++++++++++++++++++++---
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, 142 insertions(+), 49 deletions(-)
--
2.1.0
--
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