Skip to content

Instantly share code, notes, and snippets.

Created August 25, 2014 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a7b792e57e694ea45774 to your computer and use it in GitHub Desktop.
Save anonymous/a7b792e57e694ea45774 to your computer and use it in GitHub Desktop.
A.3.8 Barrier Message When the controller wants to ensure message dependencies have been met or wants to receive notifications for completed operations, it may use an OFPT_BARRIER_REQUEST message. This message has no body. Upon receipt, the switch must finish processing all previously-received messages, including sending corresponding reply or error messages, before executing any messages beyond the Barrier Request. When such processing is complete, the switch must send an OFPT_BARRIER_REPLY message with the xid of the original request.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment