From: "Marek Behún" <kabel@kernel.org>
To: netdev@vger.kernel.org, Andrew Lunn <andrew@lunn.ch>,
Florian Fainelli <f.fainelli@gmail.com>,
Vladimir Oltean <olteanv@gmail.com>
Cc: "Marek Behún" <kabel@kernel.org>
Subject: [PATCH net-next 0/2] Fix changing DSA conduit
Date: Mon, 29 Apr 2024 18:36:25 +0200 [thread overview]
Message-ID: <20240429163627.16031-1-kabel@kernel.org> (raw)
Hi Vladimir, Andrew, Florian et al.,
I'm trying to implement conduit change for the mv88e6xxx driver and have
encountered an issue when changing the conduit for a DSA user interface.
The first patch refactores/deduplicates the installation/uninstallation
of the interface's MAC address and the second patch fixes the issue.
Marek
Marek Behún (2):
net: dsa: Deduplicate code adding / deleting the port address to fdb
net: dsa: update the unicast MAC address when changing conduit
net/dsa/user.c | 136 ++++++++++++++++++++++++++++++-------------------
1 file changed, 84 insertions(+), 52 deletions(-)
--
2.43.2
next reply other threads:[~2024-04-29 16:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-29 16:36 Marek Behún [this message]
2024-04-29 16:36 ` [PATCH net-next 1/2] net: dsa: Deduplicate code adding / deleting the port address to fdb Marek Behún
2024-04-29 16:36 ` [PATCH net-next 2/2] net: dsa: update the unicast MAC address when changing conduit Marek Behún
2024-04-30 0:31 ` Vladimir Oltean
2024-04-30 14:22 ` Marek Behún
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=20240429163627.16031-1-kabel@kernel.org \
--to=kabel@kernel.org \
--cc=andrew@lunn.ch \
--cc=f.fainelli@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=olteanv@gmail.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 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.