diff options
| author | Maxim Georgiev <[email protected]> | 2023-08-01 17:28:13 +0300 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2023-08-02 19:11:05 -0700 |
| commit | 66f7223039c0cef81221e9779520479895995815 (patch) | |
| tree | f961a7a07220462f726e1102f442ab7d2ff92d3b /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | 72c1a28473fb132f08a2a447dd1425a472696cd9 (diff) | |
net: add NDOs for configuring hardware timestamping
Current hardware timestamping API for NICs requires implementing
.ndo_eth_ioctl() for SIOCGHWTSTAMP and SIOCSHWTSTAMP.
That API has some boilerplate such as request parameter translation
between user and kernel address spaces, handling possible translation
failures correctly, etc. Since it is the same all across the board, it
would be desirable to handle it through generic code.
Here we introduce .ndo_hwtstamp_get() and .ndo_hwtstamp_set(), which
implement that boilerplate and allow drivers to just act upon requests.
Suggested-by: Jakub Kicinski <[email protected]>
Signed-off-by: Maxim Georgiev <[email protected]>
Signed-off-by: Vladimir Oltean <[email protected]>
Reviewed-by: Jacob Keller <[email protected]>
Tested-by: Horatiu Vultur <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions