]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/linuxptp.git/commit
port: sequence of nrate and peer_delay calculation
authorBurkhard Ilsen <burkhardilsen@gmail.com>
Fri, 7 Apr 2017 22:31:30 +0000 (00:31 +0200)
committerRichard Cochran <richardcochran@gmail.com>
Sat, 8 Apr 2017 19:04:50 +0000 (21:04 +0200)
commitd1bb9ecbd5a77cdb8d93accfa8c1bbf705002de0
treed4810a94d5582be2b70abaf139aad88c6ee627c6
parent7e1ccac8f8fbd6e6df5c96aae64ee8dea954b5aa
port: sequence of nrate and peer_delay calculation

The sequence of port_nrate_calculate() and tsproc_update_delay()
in port_peer_delay() is mixed up.
The peer delay depends on the nrate ratio so the nrate ratio
shall be updated before peer delay is calculated.

Signed-off-by: Burkhard Ilsen <burkhardilsen@gmail.com>
port.c