Re: [PATCH net-next] gve: Correctly report software timestamping capabilities

From: Jakub Kicinski
Date: Tue Apr 09 2024 - 20:26:14 EST


On Mon, 8 Apr 2024 11:09:01 -0700 John Fraker wrote:
> gve has supported software timestamp generation since its inception,
> but has not advertised that support via ethtool. This patch correctly
> advertises that support.
>
> Reviewed-by: Praveen Kaligineedi <pkaligineedi@xxxxxxxxxx>
> Reviewed-by: Harshitha Ramamurthy <hramamurthy@xxxxxxxxxx>
> Signed-off-by: John Fraker <jfraker@xxxxxxxxxx>

I think it should be a single line diff:

+ .get_ts_info = ethtool_op_get_ts_info,

right?