The high priority queue containing control messages is processed first(before data... 90/14290/1
authorary <jatoth@cisco.com>
Tue, 20 Jan 2015 13:06:11 +0000 (14:06 +0100)
committerary <jatoth@cisco.com>
Tue, 20 Jan 2015 15:10:08 +0000 (16:10 +0100)
commitc10943307306a2a785de82c3d4e32550ef6e93db
tree4bd87912e02c1c4eb3b4f83175d6d6b4a06fe00f
parentd1e8370d95c96c21499f7c2970204671af628b42
The high priority queue containing control messages is processed first(before data queue) in PollableQueuesPriorityZipper, if it is not queue with high priority then is used addSource in PollableQueuesPriorityZipper for use the PollableQueuesZipper.

Signed-off-by: ary <jatoth@cisco.com>
openflowplugin-api/src/main/java/org/opendaylight/openflowplugin/api/openflow/md/util/PollableQueuesPriorityZipper.java [new file with mode: 0644]
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/queue/QueueKeeperFairImpl.java
openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/util/PollableQueuesPriorityZipperTest.java [new file with mode: 0644]