From: Marek Behun <marek.behun@nic.cz>
To: Alexander Dahl <post@lespocky.de>
Cc: Alexander Dahl <ada@thorsis.com>,
linux-leds@vger.kernel.org, netdev <netdev@vger.kernel.org>,
David Miller <davem@davemloft.net>, Andrew Lunn <andrew@lunn.ch>,
Russell King <linux@armlinux.org.uk>
Subject: Re: Request for Comment: LED device naming for netdev LEDs
Date: Mon, 28 Sep 2020 19:22:38 +0200 [thread overview]
Message-ID: <20200928192238.6de3deeb@nic.cz> (raw)
In-Reply-To: <20200928171003.zuruw4zpxxb4qsno@falbala.internal.home.lespocky.de>
On Mon, 28 Sep 2020 19:10:05 +0200
Alexander Dahl <post@lespocky.de> wrote:
> Hei hei,
>
> On Mon, Sep 28, 2020 at 05:52:09PM +0200, Marek Behun wrote:
> > On Mon, 28 Sep 2020 15:04:10 +0200
> > Alexander Dahl <ada@thorsis.com> wrote:
> >
> > > Hei Marek,
> > >
> > > Am Sonntag, 27. September 2020, 02:52:58 CEST schrieb Marek Behun:
> > > > On Sun, 27 Sep 2020 00:40:25 +0200
> > > >
> > > > Marek Behun <marek.behun@nic.cz> wrote:
> > > > > What I am wondering is how should we select a name for the device part
> > > > > of the LED for network devices, when network namespaces are enabled.
> > > > >
> > > > > a) We could just use the interface name (eth0:yellow:activity). The
> > > > >
> > > > > problem is what should happen when the interface is renamed, or
> > > > > moved to another network namespace.
> > > > > Pavel doesn't want to complicate the LED subsystem with LED device
> > > > > renaming, nor, I think, with namespace mechanism. I, for my part, am
> > > > > not opposed to LED renaming, but do not know what should happen when
> > > > > the interface is moved to another namespace.
> > > > >
> > > > > b) We could use the device name, as in struct device *. But these names
> > > > >
> > > > > are often too long and may contain characters that we do not want in
> > > > > LED name (':', or '/', for example).
> > > > >
> > > > > c) We could create a new naming mechanism, something like
> > > > >
> > > > > device_pretty_name(dev), which some classes may implement somehow.
> > > > >
> > > > > What are your ideas about this problem?
> > > > >
> > > > > Marek
> > > >
> > > > BTW option b) and c) can be usable if we create a new utility, ledtool,
> > > > to report infromation about LEDs and configure LEDs.
> > > >
> > > > In that case it does not matter if the LED is named
> > > > ethernet-adapter0:red:activity
> > > > or
> > > > ethernet-phy0:red:activity
> > > > because this new ledtool utility could just look deeper into sysfs to
> > > > find out that the LED corresponds to eth0, whatever it name is.
> > >
> > > I like the idea to have such a tool. What do you have in mind? Sounds for me
> > > like it would be somehow similar to libgpiod with gpio* for GPIO devices or
> > > like libevdev for input devices or like mtd-utils …
> > >
> > As Pavel said, we have ethtool, maybe we could have ledtool.
>
> Yes. IIRC ethtool uses libmnl for communicating with the kernel
> through the netlink interface.
>
> > > Especially a userspace library could be helpful to avoid reinventing the wheel
> > > on userspace developer side?
> >
> > If such a need arises, than yes. For most embedded systems though I
> > think ledtool would be enough, since mostly LEDs can be controlled from
> > shell scripts.
>
> I saw proprietary embedded C++ applications building on top of
> proprietary C libraries interacting with the sysfs leds interface …
> O:-)
>
:-O okaaaay...
> > > Does anyone else know prior work for linux leds sysfs interface from
> > > userspace?
> >
> > I am not aware of that, everyone just uses sysfs now.
>
> Sorry, that was maybe misleading. What I wanted to know was if there
> already is some free library/tool using that sysfs interface? I
> suppose not, otherwise "ledtool" would not be needed? IIRC there are
> generic libs for abstracting sysfs access, but I did not like them.
> ;-)
>
> Long story short, I would be interested in helping on a ledtool /
> libledtool in C in my spare time. (No time to learn Rust at the
> moment though.)
Well, we can always work on something independent of Pavel, but I
don't think that would be wise...
> Greets
> Alex
>
next prev parent reply other threads:[~2020-09-28 17:22 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-26 22:40 Request for Comment: LED device naming for netdev LEDs Marek Behun
2020-09-27 0:29 ` Andrew Lunn
2020-09-27 0:45 ` Marek Behun
2020-09-27 1:13 ` Andrew Lunn
2020-09-27 0:52 ` Marek Behun
2020-09-28 13:04 ` Alexander Dahl
2020-09-28 15:52 ` Marek Behun
2020-09-28 17:10 ` Alexander Dahl
2020-09-28 17:22 ` Marek Behun [this message]
2020-11-25 10:59 ` Pavel Machek
2020-11-25 10:57 ` Pavel Machek
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=20200928192238.6de3deeb@nic.cz \
--to=marek.behun@nic.cz \
--cc=ada@thorsis.com \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=linux-leds@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=netdev@vger.kernel.org \
--cc=post@lespocky.de \
/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).