Tue, Feb 23, 2016 at 12:26:00PM CET, [email protected] wrote: >Hi Jiri, > >On 22.02.2016 19:31, Jiri Pirko wrote: >>From: Jiri Pirko <[email protected]> >> >>So far, there has been an mlx4-specific sysfs file allowing user to >>change port type to either Ethernet of InfiniBand. This is very >>inconvenient. > >Again, I want to express my concerns regarding all of this until this will be >integrated into udev/systemd for stable device names. While one can build >wrapper code around devlink to have stable devlink ports, I don't see a >reason to include kernel code which actually has more problems than the sysfs >approach. This harms admins to use those devices and will additionally >require user space to write boiler plate code.
Sysfs is not the place to do this things. It was already discussed here multiple times. There was and attempt to use configfs, which was also refused. Netlink is the only place to go. For multiple reasons, including well defined api and behaviour, notifications, etc. I think it is quite trivial to teach udev to name devlinkX devices according to pci address (or any other address). That's all what is needed here. I don't understand your concerns.
