From: bage@linutronix.de
To: Michal Kubecek <mkubecek@suse.cz>
Cc: netdev@vger.kernel.org, Bastian Germann <bage@linutronix.de>
Subject: [PATCH ethtool 0/2] Fix condition for showing MDI-X status
Date: Wed, 27 Oct 2021 20:11:38 +0200 [thread overview]
Message-ID: <20211027181140.46971-1-bage@linutronix.de> (raw)
From: Bastian Germann <bage@linutronix.de>
Currently there is a filter for showing the MDI-X info. It is only
presented for twisted pair ports, which suppresses the info, e.g., for MII.
I found that issue running ethtool on a br53 switch port.
Despite the enum names, I cannot find documentation on the MDIX fields only
being valid for twisted pair ports -- if they are present, they should be
valid. But maybe I am mistaken.
Additionally, fix a duplicate condition.
Bastian Germann (2):
netlink: settings: Correct duplicate condition
netlink: settings: Drop port filter for MDI-X
netlink/settings.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
2.30.2
next reply other threads:[~2021-10-27 18:12 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-27 18:11 bage [this message]
2021-10-27 18:11 ` [PATCH ethtool 1/2] netlink: settings: Correct duplicate condition bage
2021-10-27 20:13 ` Michal Kubecek
2021-10-27 18:11 ` [PATCH ethtool 2/2] netlink: settings: Drop port filter for MDI-X bage
2021-10-27 19:59 ` Michal Kubecek
2021-10-27 20:17 ` Michal Kubecek
2021-10-28 15:30 ` [PATCH ethtool 0/2] Fix condition for showing MDI-X status Andrew Lunn
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=20211027181140.46971-1-bage@linutronix.de \
--to=bage@linutronix.de \
--cc=mkubecek@suse.cz \
--cc=netdev@vger.kernel.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.