]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge branch 'convert-3-drivers-to-ndo_hwtstamp-api'
authorJakub Kicinski <kuba@kernel.org>
Thu, 25 Sep 2025 01:13:05 +0000 (18:13 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 25 Sep 2025 01:14:26 +0000 (18:14 -0700)
commita1f1f2422e098485b09e55a492de05cf97f9954d
tree566aa509b92c0a8bec18cff86cfd055a788128fe
parent5de92bd0d7543f04e6f495103b69644f6e8e8d70
parentb9c8a2c5670a92f1cb3ad7d88cd8e274160b59d6
Merge branch 'convert-3-drivers-to-ndo_hwtstamp-api'

Vadim Fedorenko says:

====================
convert 3 drivers to ndo_hwtstamp API

Convert tg3, bnxt_en and mlx5 to use ndo_hwtstamp API. These 3 drivers
were chosen because I have access to the HW and is able to test the
changes. Also there is a selftest provided to validated that the driver
correctly sets up timestamp configuration, according to what is exposed
as supported by the hardware. Selftest allows driver to fallback to some
wider scope of RX timestamping, i.e. it allows the driver to set up
ptpv2-event filter when ptpv2-l2-event is requested.
====================

Link: https://patch.msgid.link/20250923173310.139623-1-vadim.fedorenko@linux.dev
Signed-off-by: Jakub Kicinski <kuba@kernel.org>