RE: [PATCH v2] eeprom/optoe: driver to read/write SFP/QSFP/CMIS EEPROMS

From: Don Bollinger
Date: Fri Mar 26 2021 - 16:17:02 EST


> > In my community, the SFP/QSFP/CMIS devices (32 to 128 of them per
> > switch) often cost more than the switch itself. Consumers (both
> > vendors and
> > customers) extensively test these devices to ensure correct and
> > reliable operation. Then they buy them literally by the millions.
> > Quirks lead to quick rejection in favor of reliable parts from
> > reliable vendors. In this environment, for completely different
> > reasons, optoe does not need to handle quirks.
>
> Well, if optoe were to be merged, it would not be just for your community.
It
> has to work for everybody who wants to use the Linux kernel with an SFP.
> You cannot decide to add a KAPI which just supports a subset of SFPs. It
> needs to support as many as possible, warts and all.
>
> So how would you handle these SFPs with the optoe KAPI?

Just like they are handled now. Folks who use your stack would filter
through sfp.c, with all the quirk handling, and eventually call optoe for
the actual device access. Folks who don't use kernel networking would call
optoe directly and limit themselves to well behaved SFPs, or would handle
quirks in user space. You think that's dumb, but there is clearly a market
for that approach. It is working, at scale, today.

BTW, why can't we have a driver that only handles devices that work
correctly? Indeed, why would we tolerate an endless stream of special cases
for each new device that comes along?

Don