Re: [PATCH net] gve: Check valid ts bit on RX descriptor before hw timestamping

From: Willem de Bruijn

Date: Tue Oct 14 2025 - 10:31:54 EST


Harshitha Ramamurthy wrote:
> From: Tim Hostetler <thostet@xxxxxxxxxx>
>
> The device returns a valid bit in the LSB of the low timestamp byte in
> the completion descriptor that the driver should check before
> setting the SKB's hardware timestamp. If the timestamp is not valid, do not

nit: weird line wrap. if setting had been on the line above, no line over 70.

> hardware timestamp the SKB.
>
> Cc: stable@xxxxxxxxxxxxxxx
> Fixes: b2c7aeb49056 ("gve: Implement ndo_hwtstamp_get/set for RX timestamping")
> Reviewed-by: Joshua Washington <joshwash@xxxxxxxxxx>
> Signed-off-by: Tim Hostetler <thostet@xxxxxxxxxx>
> Signed-off-by: Harshitha Ramamurthy <hramamurthy@xxxxxxxxxx>

Reviewed-by: Willem de Bruijn <willemb@xxxxxxxxxx>