Re: [ovs-dev] [PATCH] dpif-netdev: Allow enqueue actions.

2011-11-21 Thread Ethan Jackson
Thanks, I've merged this. Ethan On Mon, Nov 21, 2011 at 13:41, Ben Pfaff wrote: > On Mon, Nov 21, 2011 at 01:39:26PM -0800, Ethan Jackson wrote: >> The dpif-netdev implementation disallowed enqueue actions because >> it did not support conversion from OVS 'queue_id' to dpif >> 'priority'.  For t

Re: [ovs-dev] [PATCH] dpif-netdev: Allow enqueue actions.

2011-11-21 Thread Ben Pfaff
On Mon, Nov 21, 2011 at 01:39:26PM -0800, Ethan Jackson wrote: > 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. Awesome, thank

[ovs-dev] [PATCH] dpif-netdev: Allow enqueue actions.

2011-11-21 Thread Ethan Jackson
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 | 10 +- tests/ofproto-dpif.at |4 ++-- 2 file