From: Kevin Yang <yyd@google.com>
To: Willem de Bruijn <willemb@google.com>,
Harshitha Ramamurthy <hramamurthy@google.com>,
Andrew Lunn <andrew+netdev@lunn.ch>,
David Miller <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Joshua Washington <joshwash@google.com>,
Gerhard Engleder <gerhard@engleder-embedded.com>,
Richard Cochran <richardcochran@gmail.com>
Cc: netdev@vger.kernel.org, yyd@google.com
Subject: [PATCH net-next v2 0/2] net: extend ndo_get_tstamp and implement in gve
Date: Wed, 21 Jan 2026 16:04:56 +0000 [thread overview]
Message-ID: <20260121160458.990785-1-yyd@google.com> (raw)
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
next reply other threads:[~2026-01-21 16:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-21 16:04 Kevin Yang [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260121160458.990785-1-yyd@google.com \
--to=yyd@google.com \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=gerhard@engleder-embedded.com \
--cc=hramamurthy@google.com \
--cc=joshwash@google.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=richardcochran@gmail.com \
--cc=willemb@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox