public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] net: extend ndo_get_tstamp and implement in gve
@ 2026-01-21 16:04 Kevin Yang
  2026-01-21 16:04 ` [PATCH net-next v2 1/2] net: extend ndo_get_tstamp for other timestamp types Kevin Yang
  2026-01-21 16:04 ` [PATCH net-next v2 2/2] gve: implement ndo_get_tstamp Kevin Yang
  0 siblings, 2 replies; 8+ messages in thread
From: Kevin Yang @ 2026-01-21 16:04 UTC (permalink / raw)
  To: Willem de Bruijn, Harshitha Ramamurthy, Andrew Lunn, David Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Joshua Washington,
	Gerhard Engleder, Richard Cochran
  Cc: netdev, yyd

This series extends ndo_get_tstamp to support other timestamp types
and implements it in the gve driver.

Changes in v2:
- Fixed 32-bit compile issues in gve_ptp.c by using div64_u64 helpers.
- Fixed a div by zero case in gve_hwts_realtime_update.
- Added kdoc for ndo_get_tstamp.

Kevin Yang (2):
  net: extend ndo_get_tstamp for other timestamp types
  gve: implement ndo_get_tstamp

 Documentation/networking/timestamping.rst    |  21 ++++
 drivers/net/ethernet/engleder/tsnep_main.c   |   8 +-
 drivers/net/ethernet/google/gve/gve.h        |   8 ++
 drivers/net/ethernet/google/gve/gve_adminq.h |   4 +-
 drivers/net/ethernet/google/gve/gve_main.c   |  27 +++++
 drivers/net/ethernet/google/gve/gve_ptp.c    | 107 ++++++++++++++++++-
 drivers/net/ethernet/intel/igc/igc_main.c    |   8 +-
 include/linux/netdevice.h                    |  21 ++--
 8 files changed, 188 insertions(+), 16 deletions(-)

-- 
2.52.0.457.g6b5491de43-goog


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-01-27 23:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-21 16:04 [PATCH net-next v2 0/2] net: extend ndo_get_tstamp and implement in gve Kevin Yang
2026-01-21 16:04 ` [PATCH net-next v2 1/2] net: extend ndo_get_tstamp for other timestamp types Kevin Yang
2026-01-22 20:04   ` Gerhard Engleder
2026-01-22 22:28     ` Willem de Bruijn
2026-01-25 19:45       ` Gerhard Engleder
2026-01-25 21:41         ` Willem de Bruijn
2026-01-27 23:13           ` Kevin Yang
2026-01-21 16:04 ` [PATCH net-next v2 2/2] gve: implement ndo_get_tstamp Kevin Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox