]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'convert-drivers-to-use-ndo_hwtstamp-callbacks-part-4'
authorJakub Kicinski <kuba@kernel.org>
Tue, 18 Nov 2025 03:30:16 +0000 (19:30 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 18 Nov 2025 03:30:17 +0000 (19:30 -0800)
Vadim Fedorenko says:

====================
convert drivers to use ndo_hwtstamp callbacks part 4

This patchset is a subset of part 3 patchset to convert bnx2x and qede
drviers to use ndo callbacks instead ioctl to configure and report time
stamping. These drivers implemented only SIOCSHWTSTAMP command, but
converted to also provide configuration back to users. Some logic is
changed to avoid reporting configuration which is not in sync with the
HW in case of error happened.
====================

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

Trivial merge