Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • SWIFTsim SWIFTsim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 54
    • Issues 54
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • SWIFT
  • SWIFTsimSWIFTsim
  • Merge requests
  • !929

Back of the queue

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Pedro Gonnet requested to merge back_of_the_queue into master Sep 19, 2019
  • Overview 12
  • Commits 8
  • Changes 2

If a task cannot get a lock, scale its weight by a given factor queue_lock_fail_reweight_factor, defined in queue.h.

The task types to which this applies are given by the bit-mask queue_lock_fail_reweight_mask in queue.h. This is currently set to all task types for testing, but can easily be set to only send/recv tasks.

Edited Feb 18, 2020 by Pedro Gonnet
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: back_of_the_queue