linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vadim Pasternak <vadimp@nvidia.com>
To: Pavel Machek <pavel@ucw.cz>
Cc: Marek Behun <marek.behun@nic.cz>,
	"jacek.anaszewski@gmail.com" <jacek.anaszewski@gmail.com>,
	"linux-leds@vger.kernel.org" <linux-leds@vger.kernel.org>
Subject: RE: [PATCH led-next 1/1] leds: mlxreg: Allow multi-instantiation of same name LED for modular systems
Date: Thu, 8 Oct 2020 10:32:01 +0000	[thread overview]
Message-ID: <DM6PR12MB3898258991C6F8C0044B9BBAAF0B0@DM6PR12MB3898.namprd12.prod.outlook.com> (raw)
In-Reply-To: <20201008100508.GA16084@duo.ucw.cz>



> -----Original Message-----
> From: Pavel Machek <pavel@ucw.cz>
> Sent: Thursday, October 08, 2020 1:05 PM
> To: Vadim Pasternak <vadimp@nvidia.com>
> Cc: Marek Behun <marek.behun@nic.cz>; jacek.anaszewski@gmail.com; linux-
> leds@vger.kernel.org
> Subject: Re: [PATCH led-next 1/1] leds: mlxreg: Allow multi-instantiation of
> same name LED for modular systems
> 
> Hi!
> 
> > > Vadim, the LED core constructs names in form
> > >   device:color:function-enumerator
> > > so if you must have number there, IMO it should be
> > >   mlxreg:green:status-48
> > >   mlxreg:green:status-56
> > >   ...
> >
> > But why you consider it as function enumerator?
> > For example card48, card56 are two different devices of same type.
> > Both have 'status' LED.
> 
> It would help if you could explain what "mlxreg" is.

This is common name for CPLD or FPGA register map, shared between different
platform drivers, while CPLD or FPGA can be connected to CPU trough LPC, SPI or
I2C bus.


> 
> And yes, if you have some kind of device with a status LED, then you can put
> that into the first card. For example sda::status would be accetpable. But
> cardXX is way too generic.
> 
> Perhaps you can explain what "card" is in this context? What is its main
> function?

I provide support for new modular systems which could be equipped with the
different types of replaceable line cards and management board.
The first type of line card is 16x100GbE QSFP28 Ethernet ports.
It equipped with Lattice CPLD device aimed for system and ASIC control, Nvidia FPGA,
Nvidia gearboxes (PHYs).

After that we'll have other line cards: 8x200Gbe QSFP28 Eth ports, 4x400Gbe Eth QSFP-DD,
smart cards equipped with Nvidia ARM CPU for offloading and for fast access to the storage
(EBoF).

For this modular system CPLDs are connected through I2C bus and LED driver will work
over I2C. On main plane CPLD is connected through LPC, and LED driver works over LPC.

Card is common name. But I'd like to avoid some more specific names.

For example, we have huge InfiniBand modular systems with 800 of IB 200G and 400G
ports, which I didn't have yet in upstream. Those system have also replaceable line cards
(so called leaves) and replaceable fabric cards (so called spines).
If I'll give name 'card<bus#>, it will be good also for those systems.
If I'll give more specific name, it'll be not so good name for fabric cards.

I can use name 'fru' instead of 'card' which is standard name and stands for
'Filed Replicable Unit'. Such name will be good for line cards, for fabric cards,
for power units, FANs etcetera.

> 
> Best regards,
> 									Pavel
> --
> (english) http://www.livejournal.com/~pavelmachek
> (cesky, pictures)
> http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

  reply	other threads:[~2020-10-08 10:32 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-06 16:58 [PATCH led-next 1/1] leds: mlxreg: Allow multi-instantiation of same name LED for modular systems Vadim Pasternak
2020-10-06 23:15 ` Marek Behun
2020-10-07  6:07   ` Vadim Pasternak
2020-10-07 12:17     ` Marek Behun
2020-10-07 11:31 ` Pavel Machek
2020-10-07 12:20   ` Marek Behun
2020-10-08  6:16     ` Vadim Pasternak
2020-10-08  7:56       ` Pavel Machek
2020-10-08  8:47         ` Vadim Pasternak
2020-10-08  8:55           ` Marek Behun
2020-10-08  9:30             ` Vadim Pasternak
2020-10-08 10:05               ` Pavel Machek
2020-10-08 10:32                 ` Vadim Pasternak [this message]
2020-11-25 11:20                   ` Pavel Machek
2020-11-25 12:01                     ` Vadim Pasternak
2020-12-30 18:48                       ` Pavel Machek
2020-10-08 10:32               ` Marek Behun
2020-10-12 10:14                 ` Vadim Pasternak
2020-10-21  8:33                   ` Pavel Machek
2020-10-21 12:29                     ` Vadim Pasternak

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=DM6PR12MB3898258991C6F8C0044B9BBAAF0B0@DM6PR12MB3898.namprd12.prod.outlook.com \
    --to=vadimp@nvidia.com \
    --cc=jacek.anaszewski@gmail.com \
    --cc=linux-leds@vger.kernel.org \
    --cc=marek.behun@nic.cz \
    --cc=pavel@ucw.cz \
    /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).