Andrew Bower

Results 7 issues of Andrew Bower

Wireless devices are not appropriate for PTP but work well enough to use them for development and test of unrelated capabilities, so allow them.

testability-devability

With this solution, define `-D_TIME_BITS=64` to build sfptpd to use 64-bit time interfaces on 32-bit systems with supporting libc and kernel. Fixes #12. This patch series has been tested on...

bug
enhancement

`CFLAGS="-D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -m32" LDFLAGS=-m32 make -k -j4` ``` src/sfptpd_logging.c: In function ‘sfptpd_log_get_time’: src/sfptpd_logging.c:1080:63: error: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘__suseconds64_t’ {aka ‘long...

bug

The clustering feature which gives a score to remote clock sources based on their time offsets currently has one implementation, the 'discriminator' mode. The 'discriminator' mode filters out sources which...

enhancement

Implement the 'Path trace' optional feature of IEEE1588-2019 section 16.2. This feature has two parts, sending and receiving. Either could be implemented independently but it would be desirable to present...

enhancement
good first issue

Drivers for non-Solarflare NICs which present multiple PHC devices for the same underlying clock break sfptpd's monolithic model of managing clock sync between all the NICs on the system as...

enhancement