mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
gve: Correctly report software timestamping capabilities
gve has supported software timestamp generation since its inception, but has not advertised that support via ethtool. This patch correctly advertises that support. Signed-off-by: John Fraker <jfraker@google.com> Reviewed-by: Harshitha Ramamurthy <hramamurthy@google.com> Reviewed-by: Willem de Bruijn <willemb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4d0470b9ad
commit
4ca78e61ec
1 changed files with 2 additions and 1 deletions
|
@ -784,5 +784,6 @@ const struct ethtool_ops gve_ethtool_ops = {
|
|||
.set_tunable = gve_set_tunable,
|
||||
.get_priv_flags = gve_get_priv_flags,
|
||||
.set_priv_flags = gve_set_priv_flags,
|
||||
.get_link_ksettings = gve_get_link_ksettings
|
||||
.get_link_ksettings = gve_get_link_ksettings,
|
||||
.get_ts_info = ethtool_op_get_ts_info,
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue