Discussion:
[Linuxptp-devel] Planning release 1.7
Richard Cochran
2016-07-12 11:30:45 UTC
Permalink
Dear linuxptp users and developers,

I am planning to release version 1.7 in one week, without any major
new features, in order to fix the regressions in version 1.6. The two
bugs that need fixing are:

- time stamping in one step P2P mode
- bogus announce timer on the UDS interface

If you know of any other problems with v1.6 or in the current git
head, please let me know right away.

Thanks,
Richard
Jesuiter, Henry (ALC NetworX GmbH)
2016-07-12 12:14:47 UTC
Permalink
Hello,

as a bug fix release, it may be useful if you consider my patch from last Friday ([PATCH] Fix data type for return value of vasprintf()),
regarding the the data type issue in util.c.

'len2' is of type 'size_t' in util.c:451, but vasprintf in line 457 returns '-1' on error which is checked in line 460. Currently
this check will always fail (regardless of the return value of vasprintf()), according to its declaration as unsigned int.

Best regards
Henry Jesuiter

-----Ursprüngliche Nachricht-----
Von: Richard Cochran [mailto:***@gmail.com]
Gesendet: Dienstag, 12. Juli 2016 13:31
An: linuxptp-***@lists.sourceforge.net
Cc: linuxptp-***@lists.sourceforge.net
Betreff: [Linuxptp-devel] Planning release 1.7

Dear linuxptp users and developers,

I am planning to release version 1.7 in one week, without any major
new features, in order to fix the regressions in version 1.6. The two
bugs that need fixing are:

- time stamping in one step P2P mode
- bogus announce timer on the UDS interface

If you know of any other problems with v1.6 or in the current git
head, please let me know right away.

Thanks,
Richard

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
Linuxptp-devel mailing list
Linuxptp-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel
Richard Cochran
2016-07-12 12:45:42 UTC
Permalink
Post by Jesuiter, Henry (ALC NetworX GmbH)
Hello,
as a bug fix release, it may be useful if you consider my patch from last Friday ([PATCH] Fix data type for return value of vasprintf()),
regarding the the data type issue in util.c.
'len2' is of type 'size_t' in util.c:451, but vasprintf in line 457 returns '-1' on error which is checked in line 460. Currently
this check will always fail (regardless of the return value of vasprintf()), according to its declaration as unsigned int.
Yes, that is a bug. I will include the fix in 1.7.

Thanks,
Richard
Richard Cochran
2016-07-12 14:45:09 UTC
Permalink
Richard,
Role: slave node
Delay Mechanism: E2E
Scenario: slave sent a delay_req to master, and duration period of
issuing delay_req for next time is determined by set_tmo_random(), it is a
random value. If the slave node send the delay_req again prior to
receiving the first delay_resp from master, the first delay_resp will be
discarded due to having previous sequence number
This is the expected behavior. The timing of the delay request
messages does not depend on the reponse from the master.

(Consider what would happen if the master never responds...)

Thanks,
Richard

Loading...