netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/4] net: GENET, SYSTEMPORT and DSA netconsole
@ 2015-07-31 18:42 Florian Fainelli
  2015-07-31 18:42 ` [PATCH net-next v2 1/4] net: bcmgenet: Add netconsole support Florian Fainelli
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Florian Fainelli @ 2015-07-31 18:42 UTC (permalink / raw)
  To: netdev
  Cc: davem, pgynther, jaedon.shin, Florian Fainelli, vivien.didelot,
	jerome.oufella, linux, andrew, cphealy, mathieu, jonasj76,
	andrey.volkov, Chris.Packham, alexander.h.duyck

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-07-31 22:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-31 18:42 [PATCH net-next v2 0/4] net: GENET, SYSTEMPORT and DSA netconsole Florian Fainelli
2015-07-31 18:42 ` [PATCH net-next v2 1/4] net: bcmgenet: Add netconsole support Florian Fainelli
2015-07-31 18:42 ` [PATCH net-next v2 2/4] net: systemport: " Florian Fainelli
2015-07-31 18:42 ` [PATCH net-next v2 3/4] net: dsa: Refactor transmit path to eliminate duplication Florian Fainelli
2015-07-31 18:42 ` [PATCH net-next v2 4/4] net: dsa: Add netconsole support Florian Fainelli
2015-07-31 22:46 ` [PATCH net-next v2 0/4] net: GENET, SYSTEMPORT and DSA netconsole David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).