Re: [net-next sample action optimization v3 4/4] Openvswitch: Refactor sample and recirc actions implementation

2017-03-20 Thread Andy Zhou
On Sat, Mar 18, 2017 at 12:22 PM, Pravin Shelar wrote: > On Thu, Mar 16, 2017 at 3:48 PM, Andy Zhou wrote: >> Added clone_execute() that both the sample and the recirc >> action implementation can use. >> >> Signed-off-by: Andy Zhou >> --- >>

Re: [net-next sample action optimization v3 4/4] Openvswitch: Refactor sample and recirc actions implementation

2017-03-18 Thread Pravin Shelar
On Thu, Mar 16, 2017 at 3:48 PM, Andy Zhou wrote: > Added clone_execute() that both the sample and the recirc > action implementation can use. > > Signed-off-by: Andy Zhou > --- > net/openvswitch/actions.c | 175 > -- >

[net-next sample action optimization v3 4/4] Openvswitch: Refactor sample and recirc actions implementation

2017-03-16 Thread Andy Zhou
Added clone_execute() that both the sample and the recirc action implementation can use. Signed-off-by: Andy Zhou --- net/openvswitch/actions.c | 175 -- 1 file changed, 92 insertions(+), 83 deletions(-) diff --git