Re: [PATCH net-next v4 05/11] net: ti: prueth: Adds ethtool support for ICSSM PRUETH Driver
From: Parvathi Pudi
Date: Wed Apr 09 2025 - 07:29:23 EST
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.