Re: [ovs-dev] [PATCH v3 3/5] Add support for write-actions

2013-09-05 Thread Simon Horman
On Thu, Sep 05, 2013 at 03:24:20PM -0700, Jarno Rajahalme wrote: > > On Sep 4, 2013, at 10:19 PM, Simon Horman wrote: > > > Implementation note: > > > > All actions which modify a field are added to the action set > > at the point where "set" actions should be added. In general > > modifying a

Re: [ovs-dev] [PATCH v3 3/5] Add support for write-actions

2013-09-05 Thread Jarno Rajahalme
On Sep 4, 2013, at 10:19 PM, Simon Horman wrote: > Implementation note: > > All actions which modify a field are added to the action set > at the point where "set" actions should be added. In general > modifying a field many times is the same as only modifying it > the last time so the implemen

[ovs-dev] [PATCH v3 3/5] Add support for write-actions

2013-09-04 Thread Simon Horman
Implementation note: All actions which modify a field are added to the action set at the point where "set" actions should be added. In general modifying a field many times is the same as only modifying it the last time so the implementation simply adds all set actions to the action set in the orde