netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, pgynther@google.com, jaedon.shin@gmail.com,
	Florian Fainelli <f.fainelli@gmail.com>,
	vivien.didelot@savoirfairelinux.com,
	jerome.oufella@savoirfairelinux.com, linux@roeck-us.net,
	andrew@lunn.ch, cphealy@gmail.com, mathieu@codeaurora.org,
	jonasj76@gmail.com, andrey.volkov@nexvision.fr,
	Chris.Packham@alliedtelesis.co.nz, alexander.h.duyck@redhat.com
Subject: [PATCH net-next v2 0/4] net: GENET, SYSTEMPORT and DSA netconsole
Date: Fri, 31 Jul 2015 11:42:53 -0700	[thread overview]
Message-ID: <1438368177-23942-1-git-send-email-f.fainelli@gmail.com> (raw)

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

             reply	other threads:[~2015-07-31 18:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-31 18:42 Florian Fainelli [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1438368177-23942-1-git-send-email-f.fainelli@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=Chris.Packham@alliedtelesis.co.nz \
    --cc=alexander.h.duyck@redhat.com \
    --cc=andrew@lunn.ch \
    --cc=andrey.volkov@nexvision.fr \
    --cc=cphealy@gmail.com \
    --cc=davem@davemloft.net \
    --cc=jaedon.shin@gmail.com \
    --cc=jerome.oufella@savoirfairelinux.com \
    --cc=jonasj76@gmail.com \
    --cc=linux@roeck-us.net \
    --cc=mathieu@codeaurora.org \
    --cc=netdev@vger.kernel.org \
    --cc=pgynther@google.com \
    --cc=vivien.didelot@savoirfairelinux.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).