dpif-netdev: Allow enqueue actions.
authorEthan Jackson <ethan@nicira.com>
Mon, 21 Nov 2011 21:36:17 +0000 (13:36 -0800)
committerEthan Jackson <ethan@nicira.com>
Mon, 21 Nov 2011 21:36:17 +0000 (13:36 -0800)
commit5bf93d67825502e1bd636de7f1ca9b1b949ca16a
tree3b6b9fd5a7f377bfa820c24e5725528e12438439
parentfd19297bb3d61789aa2a8871e3316b2a4e3e34c3
dpif-netdev: Allow enqueue actions.

The dpif-netdev implementation disallowed enqueue actions because
it did not support conversion from OVS 'queue_id' to dpif
'priority'.  For testing purposes, this patch allows queues which
translate into NOOPs.
lib/dpif-netdev.c
tests/ofproto-dpif.at