From: Ben Hutchings <ben@decadent.org.uk>
To: Yuval Mintz <Yuval.Mintz@qlogic.com>, David Miller <davem@davemloft.net>
Cc: netdev <netdev@vger.kernel.org>,
Sudarsana Kalluru <Sudarsana.Kalluru@qlogic.com>
Subject: Re: [RFC net-next 1/1] ethtool: Add support for set eeprom metadata.
Date: Sun, 05 Jun 2016 13:49:17 +0100 [thread overview]
Message-ID: <1465130957.2847.195.camel@decadent.org.uk> (raw)
In-Reply-To: <CO2PR11MB00887A3F4C8ABB71421B1651975B0@CO2PR11MB0088.namprd11.prod.outlook.com>
[-- Attachment #1: Type: text/plain, Size: 1758 bytes --]
On Sun, 2016-06-05 at 10:16 +0000, Yuval Mintz wrote:
> >
> > Currently ethtool implementation does not have a way to pass the metadata for
> > eeprom related operations. Some adapters have a complicated non-volatile
> > memory implementation that requires additional information – there are drivers
> > [bnx2x and bnxt] that use the ‘magic’ field in the {G,S}EEPROM for that purpose,
> > although that’s not its intended usage.
> >
> > This patch adds a provision to pass the eeprom metadata for
> > %ETHTOOL_SEEPROM/%ETHTOOL_GEEPROM implementations. User provided
> > metadata will be cached by the driver and assigns a magic value which the
> > application need to use for the subsequent {G,S}EEPROM command.
>
> Hi Dave,
>
> This got no comments at all.
> What do you want us to with it next? Should we re-send it as a patch?
Here's a comment: I really dislike this.
- It doesn't specify any semantics for the 'metadata'. The comment
hints that they are driver-specific identifiers for different NVRAM
partitions.
- It doesn't provide a way for userland to enumerate the valid metadata
values.
- It's not clear whether the driver is supposed to maintain just one
metadata:magic mapping, or more than that.
Is the ethtool API really the right interface for access to flash? The
sfc driver exposes a large number of flash partitions using MTD
instead. These can be enumerated (through /proc/mtd or sysfs) and they
can be read and written through block devices.
Ben.
--
Ben Hutchings
Everything should be made as simple as possible, but not simpler.
- Albert
Einstein
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2016-06-05 12:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-26 13:33 [RFC net-next 1/1] ethtool: Add support for set eeprom metadata Sudarsana Reddy Kalluru
2016-06-05 10:16 ` Yuval Mintz
2016-06-05 12:49 ` Ben Hutchings [this message]
2016-06-05 13:29 ` Yuval Mintz
2016-06-05 16:36 ` Ben Hutchings
2016-06-05 17:44 ` Yuval Mintz
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=1465130957.2847.195.camel@decadent.org.uk \
--to=ben@decadent.org.uk \
--cc=Sudarsana.Kalluru@qlogic.com \
--cc=Yuval.Mintz@qlogic.com \
--cc=davem@davemloft.net \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox