All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vladimir Oltean <vladimir.oltean@nxp.com>
To: "David S . Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>,
	netdev@vger.kernel.org
Cc: Andrew Lunn <andrew@lunn.ch>,
	Florian Fainelli <f.fainelli@gmail.com>,
	Vivien Didelot <vivien.didelot@gmail.com>,
	Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
Subject: [PATCH v3 net-next 0/4] Automatically manage DSA master interface state
Date: Fri,  5 Feb 2021 15:37:09 +0200	[thread overview]
Message-ID: <20210205133713.4172846-1-vladimir.oltean@nxp.com> (raw)

This patch series adds code that makes DSA open the master interface
automatically whenever one user interface gets opened, either by the
user, or by various networking subsystems: netconsole, nfsroot.
With that in place, we can remove some of the places in the network
stack where DSA-specific code was sprinkled.

Vladimir Oltean (4):
  net: dsa: automatically bring up DSA master when opening user port
  net: dsa: automatically bring user ports down when master goes down
  Revert "net: Have netpoll bring-up DSA management interface"
  Revert "net: ipv4: handle DSA enabled master network devices"

 Documentation/networking/dsa/dsa.rst |  4 ----
 net/core/netpoll.c                   | 22 ++++----------------
 net/dsa/slave.c                      | 31 ++++++++++++++++++++++++++--
 net/ipv4/ipconfig.c                  | 21 +++++++++++++++----
 4 files changed, 50 insertions(+), 28 deletions(-)

-- 
2.25.1


             reply	other threads:[~2021-02-05 13:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-05 13:37 Vladimir Oltean [this message]
2021-02-05 13:37 ` [PATCH v3 net-next 1/4] net: dsa: automatically bring up DSA master when opening user port Vladimir Oltean
2021-02-05 13:37 ` [PATCH v3 net-next 2/4] net: dsa: automatically bring user ports down when master goes down Vladimir Oltean
2021-02-05 13:37 ` [PATCH v3 net-next 3/4] Revert "net: Have netpoll bring-up DSA management interface" Vladimir Oltean
2021-02-05 13:37 ` [PATCH v3 net-next 4/4] Revert "net: ipv4: handle DSA enabled master network devices" Vladimir Oltean
2021-02-06 22:50 ` [PATCH v3 net-next 0/4] Automatically manage DSA master interface state patchwork-bot+netdevbpf

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=20210205133713.4172846-1-vladimir.oltean@nxp.com \
    --to=vladimir.oltean@nxp.com \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=f.fainelli@gmail.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=vivien.didelot@gmail.com \
    --cc=yoshfuji@linux-ipv6.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.