Merge branch 'gve-add-rx-hw-timestamping-support'
authorJakub Kicinski <kuba@kernel.org>
Mon, 16 Jun 2025 22:27:27 +0000 (15:27 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 16 Jun 2025 22:27:27 +0000 (15:27 -0700)
commit0550890b2f80697e7ebf1e4916373e884a921492
treea0f2476cf86b014de2152d054ecc1fb619b695ef
parent7768c5f417336fa58dbfef9bb7ecd7eeec6d8886
parenta471e7f87e08d94bcdb013482551abfc455340e7
Merge branch 'gve-add-rx-hw-timestamping-support'

Ziwei Xiao says:

====================
gve: Add Rx HW timestamping support

This patch series add the support of Rx HW timestamping, which sends
adminq commands periodically to the device for clock synchronization with
the NIC.

The ability to read the PHC from user space will be added in the
future patch series when adding the actual PTP support. For this patch
series, it's adding the initial ptp to utilize the ptp_schedule_worker
to schedule the work of syncing the NIC clock.
====================

Link: https://patch.msgid.link/20250614000754.164827-1-hramamurthy@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>