]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'eth-fbnic-add-timestamping-support'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 10 Oct 2024 10:52:29 +0000 (12:52 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 10 Oct 2024 10:52:29 +0000 (12:52 +0200)
commitd9d28b6f6a13b2ea084bb87d5b8f028769988e9d
treeb36fdd6a94ebac1124c2711c57c5b2230bdbff2c
parent9e542ff8b79ae1871074d3a7dca7de9e7374eeda
parent96f358f75d1a4efbbaf0302395fde339934226f3
Merge branch 'eth-fbnic-add-timestamping-support'

Vadim Fedorenko says:

====================
eth: fbnic: add timestamping support

The series is to add timestamping support for Meta's NIC driver.

Changelog:
v3 -> v4:
- use adjust_by_scaled_ppm() instead of open coding it
- adjust cached value of high bits of timestamp to be sure it
  is older then incoming timestamps
v2 -> v3:
- rebase on top of net-next
- add doc to describe retur value of fbnic_ts40_to_ns()
v1 -> v2:
- adjust comment about using u64 stats locking primitive
- fix typo in the first patch
- Cc Richard
====================

Link: https://patch.msgid.link/20241008181436.4120604-1-vadfed@meta.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>