Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

e1000e: advertise transmit time stamping

This driver now offers software transmit time stamping, so it should
advertise that fact via ethtool. Compile tested only.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>

Cc: Willem de Bruijn <willemb@google.com>
Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Cc: e1000-devel@lists.sourceforge.net
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Richard Cochran and committed by
David S. Miller
7b1115e0 e10df2c6

+1
+1
drivers/net/ethernet/intel/e1000e/ethtool.c
··· 2061 2061 .get_coalesce = e1000_get_coalesce, 2062 2062 .set_coalesce = e1000_set_coalesce, 2063 2063 .get_rxnfc = e1000_get_rxnfc, 2064 + .get_ts_info = ethtool_op_get_ts_info, 2064 2065 }; 2065 2066 2066 2067 void e1000e_set_ethtool_ops(struct net_device *netdev)