[ovs-dev] [PATCH v2] ofp-actions: Include OFPACT_REG_MOVE in action set

Ben Pfaff blp at nicira.com
Fri Aug 15 16:37:33 UTC 2014


On Fri, Aug 15, 2014 at 01:01:50AM +0200, Thomas Graf wrote:
> Treating OFPACT_REG_MOVE as a "set" action preserves the order of loads
> and moves and allows a load to overwrite a previous move to the same
> register.
> 
> This makes the following work:
> 
> add-group br0 group_id=1234,type=all, \
>               bucket=output:10,move:NXM_NX_REG1[]->NXM_OF_IP_SRC[], \
> 			  bucket=output:11
> add-flow br0 ip actions=load:0xffffffff->NXM_NX_REG1[],group:1234
> 
> Signed-off-by: Thomas Graf <tgraf at noironetworks.com>

Thanks.

I decided to add a NEWS item:

   - OpenFlow:
     * OpenFlow 1.5 (draft) extended registers are now supported.
     * OpenFlow 1.5 (draft) Copy-Field action is now supported.
     * OpenFlow 1.3+ table features requests are now supported (read-only).
     * Nicira extension "move" actions may now be included in action sets.

I'm running the tests and will push this in a minute.



More information about the dev mailing list