[PATCH net-next v4 05/11] net: ti: prueth: Adds ethtool support for ICSSM PRUETH Driver

Parvathi Pudi parvathi at couthit.com
Wed Apr 9 04:26:46 PDT 2025


Hi,

>> +#define PRUETH_MODULE_VERSION "0.2"
> 
>> +static void icssm_emac_get_drvinfo(struct net_device *ndev,
>> +				   struct ethtool_drvinfo *info)
>> +{
>> +	strscpy(info->driver, PRUETH_MODULE_DESCRIPTION, sizeof(info->driver));
>> +	strscpy(info->version, PRUETH_MODULE_VERSION, sizeof(info->version));
> 
> Driver version numbers are pointless, they never change, but the
> kernel is changing all the time. Leave version blank, and the core
> will fill in the kernel version, which is useful.
> 

Understood. We will address this in the next version.


Thanks and Regards,
Parvathi.




More information about the linux-arm-kernel mailing list