Which one? I'd certainly hope that drivers wouldn't have to choose which
of the various network interfaces to register under, or register under
every network interface concurrently. (Or only the ones they might
conceivably be routed to go out on...) Given a bonded network link (going
out over multiple physical drivers) that'd get hairy. And what about
devices that host several logical interfaces? Or when the interfaces get
moved to some other device?
That's why I think a "non-physical" tree (not under $DRIVERFS/root) is more
sensible in such cases. Which is not to say it's without additional issues
(like how to establish/maintain driver linkages that are DAGs not single
parent trees) but it wouldn't require drivers to dig as deeply into lower
levels of their stack. (And some network interfaces might well live in
such a non-physical tree, not just iSCSI...)
I think that problem wouldn't quite be isomorphic to multipath access to
devices, though it seems to be related. "Driver stacking" is an area
that "driverfs" doesn't seem to address quite yet ... not needed in the
simpler driver scenarios, so that's what I'd expect at this stage.
- Dave
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/