Re: [ovs-dev] [PATCH 1/2] ofp-actions: Add OpenFlow1.1+ Set Queue action

2012-11-30 Thread Ben Pfaff
On Fri, Nov 30, 2012 at 10:04:06AM +0900, Simon Horman wrote: > Signed-off-by: Simon Horman Applied. I had to fix a test failure by folding this in: diff --git a/tests/ofp-actions.at b/tests/ofp-actions.at index e232435..f30fa06 100644 --- a/tests/ofp-actions.at +++ b/tests/ofp-actions.at @@ -1

[ovs-dev] [PATCH 1/2] ofp-actions: Add OpenFlow1.1+ Set Queue action

2012-11-29 Thread Simon Horman
Signed-off-by: Simon Horman --- v2 * add ofpact_to_openflow11() change --- lib/ofp-actions.c | 11 ++- lib/ofp-parse.c |5 + lib/ofp-util.def |2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/lib/ofp-actions.c b/lib/ofp-actions.c index 170e796..564e