On 22/02/2025 14:46, Piotr Wejman wrote:
Update the driver to use the new hardware timestamping API added in commit
66f7223039c0 ("net: add NDOs for configuring hardware timestamping").
Use Netlink extack for error reporting in e1000e_config_hwtstamp.
Align the indentation of net_device_ops.
Reviewed-by: Vadim Fedorenko <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Reviewed-by: Vitaly Lifshits <[email protected]>
Signed-off-by: Piotr Wejman <[email protected]>
---
Changes in v4:
- fix line wrappnig
- Linke to v3:
https://lore.kernel.org/netdev/[email protected]/
Changes in v3:
- remove new lines at the end of the extack
- add error print in e1000e_systim_reset
- Link to v2:
https://lore.kernel.org/netdev/[email protected]/
Changes in v2:
- amend commit message
- use extack for error reporting
- rename e1000_mii_ioctl to e1000_ioctl
- Link to v1:
https://lore.kernel.org/netdev/[email protected]/
drivers/net/ethernet/intel/e1000e/e1000.h | 2 +-
drivers/net/ethernet/intel/e1000e/netdev.c | 75 +++++++++++-----------
2 files changed, 38 insertions(+), 39 deletions(-)
Tested-by: Avigail Dahan <[email protected]>