On Tue, 28 May 2024 07:23:00 -0400 Mateusz Polchlopek wrote: > + .ndo_eth_ioctl = iavf_do_ioctl,
Please use the new ndos: * int (*ndo_hwtstamp_get)(struct net_device *dev, * struct kernel_hwtstamp_config *kernel_config); * Get the currently configured hardware timestamping parameters for the * NIC device. * * int (*ndo_hwtstamp_set)(struct net_device *dev, * struct kernel_hwtstamp_config *kernel_config, * struct netlink_ext_ack *extack); * Change the hardware timestamping parameters for NIC device.
