1. 14 Sep, 2016 1 commit
    • Adam Wujek's avatar
      arch-wrs: Print error message on multiple shmem locks · 0f620301
      Adam Wujek authored
      Commit based on the commit mentioned below from wr-switch-sw repo.
      It required to add a header wrs-msg.h to support "pr_error" function.
      "pr_error" will be printed as regular error, all other pr_* are ignored.
      
      userspace/libwr: Print error message on multiple shmem locks
      
      Print error message when shmem is locked or unlocked multiple times.
      To be precise it will print error only on even locks or unlocks.
      
      Move the increment of sequence before checking the flags to simplify further
      if-conditions.
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      0f620301
  2. 25 Aug, 2016 1 commit
  3. 22 Aug, 2016 1 commit
  4. 16 Aug, 2016 2 commits
  5. 25 Jul, 2016 2 commits
  6. 16 Jun, 2016 10 commits
  7. 30 May, 2016 1 commit
  8. 17 May, 2016 1 commit
    • Davide Ciminaghi's avatar
      proto-standard/state-initializing.c: initialize parentDS · f5dbcdd3
      Davide Ciminaghi authored
      Before this commit, ANNOUNCE messages were sent with grandmaster-related
      fields equal to 0. Values for such fields were taken from the parentDS data
      set, which did not look properly initialized.
      
      Paragraphs 8.2.3.2 to 8.2.3.9 of the ieee1588 standard specify
      initialization values for the parentDS data set.
      Many such values come from the defaultDS, so care must be taken to
      initialize the parent data set __after__ the default data set.
      We do this in pp-initializing().
      Signed-off-by: Davide Ciminaghi's avatarDavide Ciminaghi <ciminaghi@gnudd.com>
      f5dbcdd3
  9. 16 May, 2016 21 commits