Hi
Any other comments on this patch? It needs to be rebased but I will wait with 
that until I got any other comments.

One thing that I might overseen is the growing part. I covered that some 
packets might be lost but if all delay resp are lost by some reason it might be 
good to have some kind of a limit of how many delay req the stack should store. 
For that, a counter is needed. Should I add that?

/Anders


-----Ursprungligt meddelande-----
Från: Anders Selhammer <anders.selham...@est.tech> 
Skickat: Thursday, March 15, 2018 12:00 PM
Till: linuxptp-devel@lists.sourceforge.net
Ämne: [Linuxptp-devel] [PATCH 0/3] Add TAILQ for sent delay_req

In a ptp unaware network (like the telecom profile for frequency sync 
G.8265.1), both the RTD and the PDV can be substantially higher than in a ptp 
aware network. To achieve more accurate measurements, the rate may need to be 
configured higher to get more data and increase the chance of lucky packets.
    In a combination of a high configured rate of delay_req and high RTD/PDV in 
network, the risk that the response from the previously sent delay_req have not 
been received before a new delay_req is sent also become high. In that case, 
the need of storing more than the latest sent delay_req arise.

Anders Selhammer (3):
  port: Added TAILQ for sent delay_req
  port: Remove obsolete delay_req in TAILQ
  port: Fix coding style in updated functions

 msg.c  |  1 +
 port.c | 57 ++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 35 insertions(+), 23 deletions(-)

-- 
1.8.3.1


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to