netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] net: GENET, SYSTEMPORT and DSA netconsole
@ 2015-07-30 19:35 Florian Fainelli
  2015-07-30 19:35 ` [PATCH net-next 1/4] net: bcmgenet: Add netconsole support Florian Fainelli
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Florian Fainelli @ 2015-07-30 19:35 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!

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

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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-30 19:35 [PATCH net-next 0/4] net: GENET, SYSTEMPORT and DSA netconsole Florian Fainelli
2015-07-30 19:35 ` [PATCH net-next 1/4] net: bcmgenet: Add netconsole support Florian Fainelli
     [not found]   ` <CAGXr9JECxcM3gaWh=k4g8c7mNvVyDD_1=80rg_FLXcedC0RHzQ@mail.gmail.com>
2015-07-30 22:43     ` Petri Gynther
2015-07-30 19:35 ` [PATCH net-next 2/4] net: systemport: " Florian Fainelli
2015-07-30 19:35 ` [PATCH net-next 3/4] net: dsa: Refactor transmit path Florian Fainelli
2015-07-30 19:40   ` Florian Fainelli
2015-07-30 19:35 ` [PATCH net-next 4/4] net: dsa: Add netconsole support Florian Fainelli

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).