1. 20 May, 2019 1 commit
  2. 08 Apr, 2019 5 commits
  3. 05 Apr, 2019 6 commits
  4. 02 Apr, 2019 2 commits
    • baujc's avatar
      wr_clocksource: Fix bug with WR clock adjustment(ns) · 3db544c2
      baujc authored
      The previous fix didn't solved completelly this issue: Negative nano WR
      time adjustement generate a big jump of the monotonic clock used in
      PPSI.
      The current fix solves this issue.
      3db544c2
    • baujc's avatar
      wr_clocksource: Fix bug due to clock adjustment · 4e6a78ee
      baujc authored
      The WR time adjustment was not taken into account in the driver. The
      side effect was a big jump sometime of the monotonic clock used in PPSI
      for the calculation of the timeouts. The side effect was that many
      timeouts were firing too early.
      The driver registration take now into account the adjustment and also
      the calculation of the offset in the read() call.
      4e6a78ee
  5. 15 Nov, 2018 1 commit
  6. 04 Sep, 2018 4 commits
  7. 25 Aug, 2017 1 commit
  8. 23 Aug, 2017 2 commits
  9. 18 Aug, 2017 2 commits
    • Adam Wujek's avatar
      www: fix copy-paste error in endpointmode.php · 77170df3
      Adam Wujek authored
      bug was introduced in www: removed current setting
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      77170df3
    • anne munoz's avatar
      www: Changed enpointconfiguration table · 3cec2c32
      anne munoz authored
      I saw that in the endpointconfiguration.php you relay a lot on an order of parameters. In other words the following line will be displayed correctly:
      CONFIG_PORT01_PARAMS="name=wri1,proto=raw,tx=224295,rx=225959,role=slave,fiber=0"
      but not when I swap an order of parameters:
      CONFIG_PORT01_PARAMS="name=wri1,proto=raw,tx=224295,role=slave,rx=225959,fiber=0"
      I'm asking you for that because there are three more new parameters that are optional:
            "ext" (extension) can be one of the following:
              - WR - use White Rabbit as an extension on this port (default if not present)
              - none - no extension on this port
            "dm" (delay mechanism) can be one of the following:
              - e2e - end to end (default if not present)
              - p2p - peer to peer
            "monitor" option to disable ("n") or enable ("y") triggering errors in SNMP on a port; "y" by default
      
      NOW: it allows to change the order and dropdown menu in several parameters
      3cec2c32
  10. 04 Aug, 2017 4 commits
  11. 03 Aug, 2017 1 commit
  12. 02 Aug, 2017 11 commits