Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Network Time Foundation


Collective - Host: opensource - https://opencollective.com/network-time-foundation - Website: https://www.nwtime.org - Code: https://github.com/nwtime

pmc_agent: Simplify logic in update method.

If the pmc pointer is not set, then there is no need to read the time only
to later discard the ...

github.com/nwtime/linuxptp - 956b7eeb8247e3f0658b1205dfd3bea3e1011ee2 authored about 4 years ago
pmc_agent: Simplify the update method.

The main method that causes the PMC agent to update its status takes a flag
that results in diff...

github.com/nwtime/linuxptp - 1126f8f67e853199f05a7c993c910ebc7807bd3d authored about 4 years ago
pmc_agent: Convert the subscribe method into the canonical form.

This patch renames the function to have the module prefix and corrects the
return code semantics...

github.com/nwtime/linuxptp - cc98d39f58adc1fd05db0038acfdcc5669f2ba8c authored about 4 years ago
Introduce error codes for the run_pmc method.

The run_pmc function is used by several of the PMC agent methods, but it
breaks the pattern of r...

github.com/nwtime/linuxptp - 802259bbe40faa5f8bdebab36e6fbcbc51c3c2a2 authored about 4 years ago
Clarify the documentation of the management TLV ID helper function.

Signed-off-by: Richard Cochran <[email protected]>
Suggested-by: Vladimir Oltean <olteanv...

github.com/nwtime/linuxptp - f1a273407ba4cd1e3075a42b039b59ff7fd24f3a authored over 4 years ago
Find a better home for the management TLV ID helper function.

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - d95bb9f9d62f4f372934905e97e052aa68dcfc58 authored over 4 years ago
pmc_agent: Hide the implementation.

The PMC agent's implementation should not be exposed to its users. This
patch hides the details...

github.com/nwtime/linuxptp - 826698791769e0ba4431fe98f02d4d09c109542e authored over 4 years ago
Find a better home for the management TLV data helper function.

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - 5dd47c873cae8e0a2815b43c1ef3a86b9aca9dac authored over 4 years ago
pmc_agent: Rename pmc_node to something more descriptive.

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - bb6865cdf59572fcb09c11d549828269281c6841 authored over 4 years ago
Introduce the PMC agent module.

The logic for placing PTP management queries migrated out of phc2sys into
pmc_common in order to...

github.com/nwtime/linuxptp - f266740e1a8aacc03f97205ae14fc43c59081433 authored over 4 years ago
phc2sys: break out pmc code into pmc_common.c

The code through which phc2sys sends various PTP management messages to
ptp4l via pmc can be reu...

github.com/nwtime/linuxptp - abc75482332752b630b023178ccdf636f5fe7de7 authored over 4 years ago
phc2sys: break long lines in the PTP management message accessors

In preparation of moving these functions to pmc_common.c, break the
lines to a maximum of 80 cha...

github.com/nwtime/linuxptp - d90c44a9aa57719a3bb461a759c7260a4d761231 authored over 4 years ago
phc2sys: extract PMC functionality into a smaller struct pmc_node

This creates a smaller structure within phc2sys_private, which embeds
all properties related to ...

github.com/nwtime/linuxptp - 1ca1419ad7e6cc04cf893f5a9ca449a90f39f4e0 authored over 4 years ago
phc2sys: make PMC functions non-static

In preparation of a trivial movement of code to pmc_common.c, remove the
"static" keyword from t...

github.com/nwtime/linuxptp - 2ccbb14450e1e96168a2604c0e8c96ae5a6a5bf0 authored over 4 years ago
phc2sys: Postpone adding of servo to clock.

Instead of unconditionally creating a servo for each clock in their
initialization, add the serv...

github.com/nwtime/linuxptp - 194dc845103c783e5f9bd6f9f025eedd6a5f3d36 authored over 4 years ago
phc2sys: Remove superfluous code.

Remove duplicated code specific to the ntpshm servo configuration.

Signed-off-by: Miroslav Lich...

github.com/nwtime/linuxptp - 96b5fd2b7e4b52cb3abfbb8202452928c55ecec4 authored over 4 years ago
missing.h: uclic-ng has clock_nanosleep support since v1.0.31

Due to uclic-ng supports clock_nanosleep without enabled threads we do
not need to provide clock...

github.com/nwtime/linuxptp - b05dd3001f726a8283d37ab14a7e2b4bab60f265 authored over 4 years ago
Version 3.1

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - 38ad3264f8726691c3fd0c97d0b34c8eee80c11b authored over 4 years ago
ts2phc: nmea: Drop time of day readings older than five seconds.

The nmea code estimates the device's current time by adding the duration
from the last reading a...

github.com/nwtime/linuxptp - 801a7b00df3ee67bb64c2087de1ecf353c6a90f5 authored over 4 years ago
lstab: Bring expiration up to date.

Bring the built in leap second table up to date through IERS Bulletin C59.
No new leap seconds h...

github.com/nwtime/linuxptp - 18393a1567cb83789e9fccf16c19401a7b53a4c8 authored over 4 years ago
ts2phc: nmea: Update the leap seconds table on demand.

If a leap seconds file is configured, the software will read the file once
on start up. However...

github.com/nwtime/linuxptp - 74ed49e5a5b95659de4e9296c6e7085b2f65f5d7 authored over 4 years ago
ts2phc: nmea: Clean up error path.

The error path does not clean up properly when allocations fail. This
patch fixes the memory le...

github.com/nwtime/linuxptp - d16c7f899bff7a15dc97cb10a7e4b46b19944809 authored over 4 years ago
ts2phc: nmea: Add a configuration option for the current leap seconds file.

The PTP time scale is TAI, and a PTP GM needs to provide it. However, most
GPS devices only pro...

github.com/nwtime/linuxptp - 2bffe438ebb17853ab73996d97e7fa05f079bcf5 authored over 4 years ago
ts2phc: nmea: Simplify validity checking.

If there is no valid fix reported by the RMC message, then calculation
of the PPS time stamp is ...

github.com/nwtime/linuxptp - 2d846120fee33fc80bb9e9064960bdef0146fbf3 authored over 4 years ago
ts2phc: nmea: Add error messages for leap second lookup failures.

If a leap second lookup fails, the likely reason is that the table is out
of date. After all, t...

github.com/nwtime/linuxptp - 22b8d3f86d4c03466b10ee3c14feec7b59ab8fb3 authored over 4 years ago
ts2phc: nmea: Correct UTC to TAI conversion.

The time value passed into the leap second lookup table should be in
seconds, but the calling co...

github.com/nwtime/linuxptp - 920ed85271a56cc0986d38d2541890d97736e03b authored over 4 years ago
phc2sys: rename struct node to struct phc2sys_private

We will be reusing some PMC code between phc2sys and ts2phc. In
preparation of that, we would li...

github.com/nwtime/linuxptp - 14e09fd9ed1a57ea64279b79a87aae316efa107a authored over 4 years ago
tmv: introduce an initializer from nanoseconds

Interestingly, although tmv_t is a wrapper over nanoseconds, there is no
initializer from a raw ...

github.com/nwtime/linuxptp - cef87c6f032de95380c5b2780c3300db383a98e7 authored over 4 years ago
posix_clock_open: derive PHC index from device name if possible

Currently the PHC index is retrieved only through an ethtool ioctl if
the PHC is specified as an...

github.com/nwtime/linuxptp - 380d023abb1fdce0dba9d58ca1abaf2e2de5488f authored over 4 years ago
tmv: introduce a conversion helper from ptp_clock_time

This is useful when dealing with timestamps returned by various
ancillary PHC ioctl kernel APIs,...

github.com/nwtime/linuxptp - 6325880094f86867dd7a6f41e5df4fd43c02789d authored over 4 years ago
phc_ctl: display all capability information

The capability command for phc_ctl does not display the number of pins
or the cross timestamping...

github.com/nwtime/linuxptp - 226c285ec42241d2133877346563353f9849274f authored over 4 years ago
Version 3.0

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - 3da961bb112b4d0e823ff125901b5674e7b57c0e authored over 4 years ago
ts2phc: Ignore pulses with invalid time stamps.

The API to obtain the time stamp of a PPS source indicates the validity of
the returned value. ...

github.com/nwtime/linuxptp - 1335db3bded3d424df9ec49919ed355802f6757b authored over 4 years ago
ts2phc: Fix memory leak.

Each slave creates an instance of a servo. However, when cleaning up, the
code neglected to fre...

github.com/nwtime/linuxptp - 70c32043a53cac5bb1eb96e4ef5947e63a6eb405 authored over 4 years ago
ts2phc: Use proper close method on the error path.

When creating a ts2phc slave, a clock is obtained by invoking the
posix_clock_open() method. Ho...

github.com/nwtime/linuxptp - 278d9f45ab2e89e6887b27768d2a69ebdd54a9ce authored over 4 years ago
phc2sys: provide missing kernel headers for sysoff functionality

Currently it is very finicky to deploy linuxptp in an automated build
system and make KBUILD_OUT...

github.com/nwtime/linuxptp - 61c6a708980217119e829e4b41ea2504e673e4fb authored over 4 years ago
Catch unexpected socket polling errors.

The poll(2) system call may set POLLERR in the returned events. Normally
no errors are returned...

github.com/nwtime/linuxptp - cb3fbc1010d5dafa0e2582767502b21d5e136866 authored over 4 years ago
ptp4l: call recvmsg() with the MSG_DONTWAIT flag

The application's main event loop (clock_poll) is woken up by poll() and
dispatches the socket r...

github.com/nwtime/linuxptp - 5cca24bc07ff9ff1a5eb2665d62334ec70de1a1d authored over 4 years ago
Eliminate isort

This saves a few bytes of static storage and less instructions are
executed when looking for the...

github.com/nwtime/linuxptp - b6fa2222016f807b4b4b704829cd048af8824513 authored over 4 years ago
port: print sync/follow-up mismatch events

ptp4l is too silent when receiving, for whatever reason, out of order
messages. If the reorderin...

github.com/nwtime/linuxptp - bf0a644b991b42aaa56b88e2f2180b7d81318c5c authored over 4 years ago
fix small typo

Signed-off-by: Werner Macho <[email protected]>

github.com/nwtime/linuxptp - 7c49882e348ef05dfd6a1d10f86a837615527500 authored over 4 years ago
Fix printf if time_t is long long

On some platforms, time_t has recently switched from "long" to "long
long" [1]. For these platfo...

github.com/nwtime/linuxptp - 7de73fefc378cc42b9ed1115b3afa409d0250a48 authored over 4 years ago
tlv: Encode and decode SLAVE_DELAY_TIMING_DATA_NP TLVs.

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - ef9d51a47d470e045c4ec4cbc51e4cd7911953a9 authored over 4 years ago
monitor: Add support for slave delay timing data TLV.

The slave delay timing data TLV provides the delay time stamps along with
the associated correct...

github.com/nwtime/linuxptp - 4466d7b8ab6e88f36f0768563640194b0b65825b authored over 4 years ago
port: Support slave event monitoring of delay timing data.

After a successful message exchange, the delay measurement values are
processed by the port code...

github.com/nwtime/linuxptp - 271a6d53f69f1c3e5a05ca07421b8e6cc94f4155 authored over 4 years ago
pmc: Show slave delay timing data TLVs attached to signaling messages.

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - 6eb9898f61472dc15bae3cd2a47a774d53fa1080 authored over 4 years ago
Introduce a module for slave event monitoring.

This patch adds a new module for slave event monitoring with its own
configuration option, a UDS...

github.com/nwtime/linuxptp - d3a519e26d2edd351bf4e6e16e24badaaf5f3646 authored over 4 years ago
clock: Create a slave event monitor.

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - 6f95c2e92cf9d33a6813bfefa06e52c7f0810f72 authored over 4 years ago
port: Support slave event monitoring of Sync timing data.

The monitoring module accepts Sync timing events. This patch hooks up the
port receive path to ...

github.com/nwtime/linuxptp - 18bd3054ffaba01d57568b5cccc8457078c6ca0c authored over 4 years ago
pmc: Show slave receive timing data TLVs attached to signaling messages.

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - 2d2637989c4b57f709406ac345514ecc69a0da9d authored over 4 years ago
tlv: Update macro definitions.

The 2019 version of 1588 known as v2.1 introduces new TLV type and
management IDs. This patch a...

github.com/nwtime/linuxptp - b4d3b4126fbd02c486bdd9327b277fda8e959ca7 authored over 4 years ago
tlv: Encode and decode SLAVE_RX_SYNC_TIMING_DATA TLVs.

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - d0aa29b932bdfb5c8bad2ebb76a8cf8934b948ff authored over 4 years ago
util: Mark port identity comparisons as const.

The utility function to compare port IDs takes pointers, but it only needs
to read the reference...

github.com/nwtime/linuxptp - 44c06f5d445f7dcd94eb9f190738cb01f66e6597 authored over 4 years ago
port: Export the value of the wildcard port identity.

Code in other modules will need this special port ID value. This patch
makes it available throu...

github.com/nwtime/linuxptp - 0695d483323f3be2344394ae418f6961292f373f authored over 4 years ago
transport: Correct grammar in the doxygen comments.

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - 306ac674608e5a8d1affbdc2e459f8f011eca115 authored over 4 years ago
udp: Convey transmit path errors to the caller.

The transport layer's functional interface foresees having error codes
percolate back up to the ...

github.com/nwtime/linuxptp - d4fbb0701d70e27cdc02037cf31ae2c438867ab9 authored over 4 years ago
raw: Convey transmit path errors to the caller.

The transport layer's functional interface foresees having error codes
percolate back up to the ...

github.com/nwtime/linuxptp - d95fbcb566e5d9c564c62085df7d132b4cb1ff50 authored over 4 years ago
sk: Convey transmit path errors to the caller.

The transport layer's functional interface foresees having error codes
percolate back up to the ...

github.com/nwtime/linuxptp - a6e0b83bd5038f4d749e44e52d11cf24e0727089 authored over 4 years ago
port: Convey targeted forwarding errors to the caller.

The port_forward_to() method clobbers the specific error code returned
by the transport layer wi...

github.com/nwtime/linuxptp - 5aa19dd3f40502525aab925703ad2665e4bfc810 authored over 4 years ago
uds: Convey transmit path errors to the caller.

The transport layer's functional interface foresees having error codes
percolate back up to the ...

github.com/nwtime/linuxptp - 0d82c41ac1a0a68e91b75dffba5a622d10f9aa3e authored over 4 years ago
port: Publish the method for creating signaling messages.

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - 8f523e4d629e671598ed73a408c88dbbe2c6d490 authored over 4 years ago
udp6: Convey transmit path errors to the caller.

The transport layer's functional interface foresees having error codes
percolate back up to the ...

github.com/nwtime/linuxptp - b2bf55aebd3059624a92965240a76b975bcbbeec authored over 4 years ago
Reject path trace TLVs with excessive elements.

The current code truncates the size of path trace TLVs which exceed the
expected maximum based o...

github.com/nwtime/linuxptp - faea24aa328dc5254a687f7f67fd78bbd7c1e7fd authored over 4 years ago
pmc: Support getting and setting the local synchronization uncertain flag.

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - 6c5b61a64c4bd31090703f1e24f89e140dc490d7 authored over 4 years ago
Let the free running port state reflect the synchronization uncertain flag.

When using the "free running" option, a slaved port remains in the
UNCALIBRATED state. If the a...

github.com/nwtime/linuxptp - f8078f00f7eac64596ecd4dbb411c1c76be8817e authored over 4 years ago
Implement the synchronization uncertain flag.

IEEE 1588 v2.1 and ITU G.8275.1/2 call for an optional "synchronization
uncertain" flag passed i...

github.com/nwtime/linuxptp - b8194a177a63dbad148a813fbf99ea61948fc66c authored over 4 years ago
Add support for write phase mode.

Recently the Linux kernel's PTP Hardware Clock interface was expanded
to include a "write phase"...

github.com/nwtime/linuxptp - 7df88afab97b68ce4cc1842c494904d1bd389aaa authored over 4 years ago
Decouple servo state from automotive profile.

The logic for the Automotive Profile added a message interval update
mechanism that triggers whe...

github.com/nwtime/linuxptp - d4b97f497c49b65f6a37bf35c3b513bd4f18e7e6 authored over 4 years ago
ts2phc: Support using a GPS radio as the master clock.

Many GPS radios provide both a 1-PPS and time of day information via
NMEA sentences. This patch...

github.com/nwtime/linuxptp - 7486e6e4e1b13bd9bceb23c40ace7e048a88b8e5 authored almost 5 years ago
ts2phc: Support using a PHC as the master clock.

This patch introduces a new ts2phc source using a PHC device. There
are multiple use cases for ...

github.com/nwtime/linuxptp - 9c6e0f57b3e55db9a16ba61ebd596dd1d39c6674 authored almost 5 years ago
Introduce a leap second table.

There are several issues surrounding leap seconds that emerge when a clock
takes on the Grand Ma...

github.com/nwtime/linuxptp - 43c51cf1444098560c9f4f26bd60572b8b7a9d79 authored almost 5 years ago
Add documentation for the ts2phc program.

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - acd142964586b5c562bf139700378bf3be05a98a authored almost 5 years ago
Introduce the ts2phc program.

Some PTP Hardware Clocks have input pins that can generate time stamps
on the edges of external ...

github.com/nwtime/linuxptp - 1bdc9143aa5bfa97372e36a7e0309a67e00365e4 authored almost 5 years ago
pmc: Allow multiple local subscribers.

If more than one local UDS client subscribes to push notifications,
only the last one receives d...

github.com/nwtime/linuxptp - 2f0bfb2837573c4dcbbe440e642aabda0e5d5131 authored almost 5 years ago
pmc: Subscribe to port state push notification events when requested.

Allow interactive input like

set SUBSCRIBE_EVENTS_NP duration 60 NOTIFY_PORT_STATE on

to r...

github.com/nwtime/linuxptp - 1044268e85642253713c035aeef026a847793cf6 authored almost 5 years ago
pmc: Allow printing of the SUBSCRIBE_EVENTS_NP tlv.

While we are at it, reformat the pmc_show() function into reverse
Christmas tree order.

Signed-...

github.com/nwtime/linuxptp - e6d52c54e968f46e35d7c2e53b03f913eedc0ba5 authored almost 5 years ago
pmc: Move private macros back into their source files.

The header file, pmc_common.h, makes some private macros public. The
intent was to use those ma...

github.com/nwtime/linuxptp - aed79c38d45f57fd2d307dcb4a806508124937d0 authored almost 5 years ago
clock: Reply with correct payload length for SUBSCRIBE_EVENTS_NP queries.

The clock layer indeed replies to management GET actions for this item,
but it sends an empty ma...

github.com/nwtime/linuxptp - 467552d1cbc8c7e08c4684e2092f95e874b33218 authored almost 5 years ago
Add PHC methods for querying and configuring the pin functionality.

In anticipation of support for external time stamping in PHC devices, this
patch adds wrapper fu...

github.com/nwtime/linuxptp - 43d49a21d0e44991bac8d0e4c2b56aa21252efdf authored almost 5 years ago
Provide a method to convert a tmv_t into a timespec.

Currently there is a method to convert a timespec into a tmv_t, but
not the other way round. Th...

github.com/nwtime/linuxptp - b829580a33366231642c2ce7bed4c61612dbea50 authored almost 5 years ago
Add definitions for PTP pin ioctls for backwards kernel compatibility.

Upcoming functionality will need to configure the input and output pins of
PHC devices. However...

github.com/nwtime/linuxptp - 9850ce0e51c1600005dc7e2829cde7dfb75f6bcf authored almost 5 years ago
Balance the posix clock open function with a close method.

The one user of the function, posix_clock_open(), simply open codes
the closing call to phc_clos...

github.com/nwtime/linuxptp - dde0bf2e2836cda5d31bc03e11561e65ede4715a authored almost 5 years ago
Remove the unfinished SNMP code.

Unfortunately the SNMP code still has issues like not passing the
valgrind test, and no one is a...

github.com/nwtime/linuxptp - 01db4c884998246e6599d78004cd7cf06161c30e authored almost 5 years ago
clock: Safely remove event subscribers from list.

When updating and potentially removing event subscribers, the code uses
the simple list traversa...

github.com/nwtime/linuxptp - 45aa981e4a72f9ce9b1d1af8ede6f4c69ab184a8 authored almost 5 years ago
Revert "phc2sys: Notify kernel if clock is not in sync"

This novel use of the STA_UNSYNC flag breaks with the established,
traditional meaning of that f...

github.com/nwtime/linuxptp - 25d4e4fbddd4d6a83bd50b212acd5db5a6f64e5b authored almost 5 years ago
phc2sys: Notify kernel if clock is not in sync

In case there is no connection to the server, notify the kernel
that the clock is currently unsy...

github.com/nwtime/linuxptp - 944f5f7ac6eb1b638d5bc6c61b09cd39d8dbd669 authored almost 5 years ago
interface: Remove obsolete method.

Now that all call sites have been converted to interface_create(), there
is no longer any needed...

github.com/nwtime/linuxptp - 0a4d85c2ed9baa948673bdf6aeb32fda934ebe44 authored almost 5 years ago
interface: Hide the implementation details.

Now that a complete functional API is in place, there is no need to expose
the inner workings of...

github.com/nwtime/linuxptp - a8f742528efe011790841e70f833f72619e4a352 authored almost 5 years ago
interface: Silence warning from gcc version 8.

When compiling with gcc8 and -O2, the clever compiler complains:

interface.c: In function ‘i...

github.com/nwtime/linuxptp - b878dd99fab24112bfbfb1383d6e7abbb116e529 authored almost 5 years ago
pmc: Use the proper create/destroy API for network interfaces.

Signed-off-by: Richard Cochran <[email protected]>
Reviewed-by: Jacob Keller <jacob.e.kel...

github.com/nwtime/linuxptp - 66dc3167e3ad9dfba244f201110737603d502a06 authored almost 5 years ago
config: Use the proper create/destroy API for network interfaces.

Signed-off-by: Richard Cochran <[email protected]>
Reviewed-by: Jacob Keller <jacob.e.kel...

github.com/nwtime/linuxptp - 812e0df4b822e057de466bd4b4322c422e6e485d authored almost 5 years ago
clock: Use the proper create/destroy API for network interfaces.

Signed-off-by: Richard Cochran <[email protected]>
Reviewed-by: Jacob Keller <jacob.e.kel...

github.com/nwtime/linuxptp - 52482e09694cca8c7f599a75aa6012c28fb66342 authored almost 5 years ago
interface: Introduce methods to create and destroy instances.

In order to eventually hide the implementation details of the interface,
users will need to be a...

github.com/nwtime/linuxptp - 5316a36422302cacb79e81830843127db4f7e443 authored almost 5 years ago
Convert call sites to the proper method for testing time stamping modes.

Signed-off-by: Richard Cochran <[email protected]>
Reviewed-by: Jacob Keller <jacob.e.kel...

github.com/nwtime/linuxptp - 21141a44e6687507b2f370c2b8647811055be75c authored almost 5 years ago
interface: Introduce a method to test supported time stamping modes.

Signed-off-by: Richard Cochran <[email protected]>
Reviewed-by: Jacob Keller <jacob.e.kel...

github.com/nwtime/linuxptp - 720c9fa08dce20bd9ea59e9d32f42e6443d8755a authored almost 5 years ago
Convert call sites to the proper method for testing time stamp info validity.

Signed-off-by: Richard Cochran <[email protected]>
Reviewed-by: Jacob Keller <jacob.e.kel...

github.com/nwtime/linuxptp - 605abc45dd63dc0dbf37fd6096267d1e8bdc144c authored almost 5 years ago
interface: Introduce a method to test the time stamping information validity.

Signed-off-by: Richard Cochran <[email protected]>
Reviewed-by: Jacob Keller <jacob.e.kel...

github.com/nwtime/linuxptp - 3d388e19923ab12902457b37f5862d89670bad60 authored almost 5 years ago
Convert call sites to the proper method for getting the PHC index.

Signed-off-by: Richard Cochran <[email protected]>
Reviewed-by: Jacob Keller <jacob.e.kel...

github.com/nwtime/linuxptp - 02bbf36c2a66c804bc4c91afef87e9f847986bf3 authored almost 5 years ago
interface: Introduce a method to get the PHC index.

Signed-off-by: Richard Cochran <[email protected]>
Reviewed-by: Jacob Keller <jacob.e.kel...

github.com/nwtime/linuxptp - a228de7dff56ccd52f1994421e5d79c5c7c49e11 authored almost 5 years ago
Convert call sites to the proper method for setting the time stamping label.

Signed-off-by: Richard Cochran <[email protected]>

github.com/nwtime/linuxptp - e43a76cbe6c7dc47c80e57bcabee44fe258aecb1 authored almost 5 years ago