File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
7
7
(c) Copyright 2012-2025 Advanced Micro Devices, Inc.
8
8
9
- ## [ 3.9.0.1003 ] - 2025-07-18
9
+ ## [ 3.9.0.1004 ] - Unreleased
10
10
11
11
### Added
12
12
@@ -42,6 +42,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
42
42
- Make the determination of what counts as a suitable physical interface for
43
43
timestamping configurable for experimental and testing purposes. Only the
44
44
default value (Ethernet and MACVLAN interfaces) is supported. (SWPTP-1578)
45
+ - Feed frequency adjustment into Peirce Criterion to allow for expected
46
+ drift. (SWPTP-1598)
45
47
- Add ` fir_filter_size ` option for secondary servos. (SWPTP-1584)
46
48
- Add hardware clock control and diagnostic utility ` tstool ` .
47
49
@@ -59,6 +61,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
59
61
- Ensure multicast used when multiple PTP instances per interface.
60
62
- Issue SWPTP-1586
61
63
- Avoid crash on ` sfptpdctl stepclocks ` when implicit crny instance disabled.
64
+ - Issue SWPTP-1590
65
+ - Fix clock control and system clock blocking behaviour when chrony state
66
+ changes unexpectedly.
67
+ - Issue SWPTP-1597
68
+ - Eliminate risk of file descriptor leak in check for incompatible
69
+ programs running.
62
70
63
71
## [ 3.8.1.1004] - 2025-02-14
64
72
Original file line number Diff line number Diff line change 1
1
AMD Solarflare Enhanced PTP Daemon
2
2
==================================
3
3
4
- Version: v3.9.0.1003
4
+ Version: v3.9.0.1004
5
5
6
6
These are the release notes for sfptpd on AMD Solarflare adaptors.
7
7
Original file line number Diff line number Diff line change 6
6
7
7
8
8
/** Version string */
9
- #define SFPTPD_VERSION_TEXT "3.9.0.1003 "
9
+ #define SFPTPD_VERSION_TEXT "3.9.0.1004 "
10
10
11
11
12
12
#endif /* _SFPTPD_VERSION_H */
You can’t perform that action at this time.
0 commit comments