RE: [PATCH net v2 2/2] ptp: idt82p33: implement double dco time correction

From: Min Li
Date: Mon Sep 20 2021 - 10:08:44 EST


> > On Fri, Jun 25, 2021 at 02:24:24PM +0000, Min Li wrote:
> > > How would you suggest to implement the change that make the new
> driver behavior optional?
> > I would say, module parameter or debugfs knob.
>
> Aright, in which case devlink or debugfs, please.
>
> > > What's the point of this? Just rename the file in the filesystem.
> >
> > We use this parameter to specify firmware so that module can be
> > autoloaded /etc/modprobe.d/modname.conf
>
> Sorry, I don't understand. The firmware is in /lib/firmware.
> Previously you used a card coded name (whatever FW_FILENAME is,
> "idt82p33xxx.bin"?). This patch adds the ability to change the firmware file
> name by a module param.
>
> Now let me repeat the question - what's the point of user changing the
> requested firmware name if they can simply rename the file?

We have different firmware named after different 1588 profiles. If we rename firmware, it would make
every profile look same and confusing. On the other hand, with this module parameter, we can have phc
module auto start with correct firmware.

Thanks

Min