Add Nicira extension for modifying queue without transmitting
authorJustin Pettit <jpettit@nicira.com>
Sat, 2 Oct 2010 07:27:23 +0000 (00:27 -0700)
committerJustin Pettit <jpettit@nicira.com>
Sun, 3 Oct 2010 01:36:10 +0000 (18:36 -0700)
The OpenFlow OFPAT_ENQUEUE action sets a queue id and outputs the packet
in one shot.  There are times in which the queue should be set, but the
output port is not yet known.  This commit adds the NXAST_SET_QUEUE and
NXAST_POP_QUEUE Nicira extension actions to modify the queue
configuration without requiring a port argument.

CC: Jeremy Stribling <strib@nicira.com>
CC: Keith Amidon <keith@nicira.com>

No differences found