Re: [ovs-dev] [PATCH 1/3] ofproto-dpif: Enhance execute_controller_action().

2017-03-06 Thread Andy Zhou
On Thu, Mar 2, 2017 at 2:59 PM, Jarno Rajahalme wrote: > With the notes below: > > Acked-by: Jarno Rajahalme Thanks for the review, I have pushed all patches in the series with most comments applied as suggested. > >> On Feb 16, 2017, at 5:11 PM, Andy Zhou wrote: >> >> Allow execute_controller_

Re: [ovs-dev] [PATCH 1/3] ofproto-dpif: Enhance execute_controller_action().

2017-03-02 Thread Jarno Rajahalme
With the notes below: Acked-by: Jarno Rajahalme > On Feb 16, 2017, at 5:11 PM, Andy Zhou wrote: > > Allow execute_controller_action() to accept actions encoded with > nested netlink attributes. > > execute_controller_action() can be called during 'xlate_actions'. It > tries executes all actio

[ovs-dev] [PATCH 1/3] ofproto-dpif: Enhance execute_controller_action().

2017-02-16 Thread Andy Zhou
Allow execute_controller_action() to accept actions encoded with nested netlink attributes. execute_controller_action() can be called during 'xlate_actions'. It tries executes all actions translated so far to get the current packet that needs to be sent to the controller. This works fine until wh