Menu

/port.h Commit Log


Commit Date  
[b936d3] (7.2 kB) by Delio Brignoli Delio Brignoli , pushed by Richard Cochran Richard Cochran

Add support for multiple fault types

Signed-off-by: Delio Brignoli <dbrignoli@...>

2013-03-18 16:08:21 View
Download
[455ebe] (6.6 kB) by Delio Brignoli Delio Brignoli , pushed by Richard Cochran Richard Cochran

Rename set_tmo() to set_tmo_log(), add set_tmo_lin()

Signed-off-by: Delio Brignoli <dbrignoli@...>

2013-03-18 16:08:20 View
Download
[d5af41] (6.2 kB) by Geoff Salmon Geoff Salmon , pushed by Richard Cochran Richard Cochran

fixes typo port_managment_error -> port_management_error

Signed-off-by: Geoff Salmon <gsalmon@...>

2013-02-04 18:05:36 View
Download
[0dbdd9] (6.2 kB) by Richard Cochran Richard Cochran

Stop handling file descriptor events after a port reset.

If the port resets itself after detecting a fault, then the polling events
for that port are no longer valid. This patch fixes a latent bug that
would appear if a fault and another event were to happen simultaneously.

Signed-off-by: Richard Cochran <richardcochran@...>

2013-02-01 04:19:12 View
Download
[da594e] (6.0 kB) by Delio Brignoli Delio Brignoli , pushed by Richard Cochran Richard Cochran

Make the fault reset interval a per-port configuration parameter.

A timeout of 15 seconds is not always acceptable, make it configurable.

By popular consensus, instead of using a linear number of seconds, use
the 2^N format for the time interval, just like the other intervals in
the PTP data sets. In addition to numeric values, let the configuration
file support 'ASAP' to have the fault reset immediately.

[RC - moved the handling of special case tmo=0 and added a break out
of the fd event loop in case the fds have been closed.
- changed the linear seconds option to log second instead.
- changed the commit message to reflect the final version. ]

Signed-off-by: Delio Brignoli <dbrignoli@...>
Signed-off-by: Richard Cochran <richardcochran@...>

2013-01-30 15:28:54 View
Download
[9da511] (5.4 kB) by Richard Cochran Richard Cochran

Provide a method to obtain a port's identity.

Signed-off-by: Richard Cochran <richardcochran@...>

2012-08-25 14:15:34 View
Download
[7a69db] (5.2 kB) by Jacob Keller Jacob Keller , pushed by Richard Cochran Richard Cochran

ptp4l: Allow per-port customized port defaults

this patch allows each port to maintain its own pod structure since it is only
used in ports. This will allow the user to configure any special settings per
port. It takes a copy of the default pod, and a future patch will allow the
configuration file to set per-port specific changes

-v2
* Minor change to fix merge with previous patch

Signed-off-by: Jacob Keller <jacob.e.keller@...>

2012-08-20 17:56:50 View
Download
[64dcf2] (5.3 kB) by Jacob Keller Jacob Keller , pushed by Richard Cochran Richard Cochran

ptp4l: pass struct interface directly instead of passing it's sub arguments

the port_open function takes a large number of command options, a few of which
are actually all values of struct interface. This patch modifies the port_open
call to take a struct interface value instead of all the other values. This
simplifies the overall work necessary and allows for adding new port
configuration values by appending them to the struct interface

Signed-off-by: Jacob Keller <jacob.e.keller@...>

2012-08-20 17:56:18 View
Download
[21c2fe] (5.6 kB) by Richard Cochran Richard Cochran

Provide a method to send a management error status message.

Signed-off-by: Richard Cochran <richardcochran@...>

2012-08-02 04:36:07 View
Download
[f23352] (5.1 kB) by Richard Cochran Richard Cochran

Provide a port method to allocate a management message reply.

This function will be needed for both positive replies and error status
messages.

Signed-off-by: Richard Cochran <richardcochran@...>

2012-08-02 04:33:32 View
Download
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.