Re: [ovs-dev] [recirculation 3/3] datapath: add recirc action

2014-04-15 Thread Andy Zhou
On Tue, Apr 15, 2014 at 7:14 AM, Pravin Shelar wrote: > On Sat, Apr 12, 2014 at 3:30 AM, Andy Zhou wrote: >> Implements Linux kernel datapath recirc action. Recirc action allows >> kernel data patch reprocess the packet as if it is received from its >> original input port, with a recirc_id added

Re: [ovs-dev] [recirculation 3/3] datapath: add recirc action

2014-04-15 Thread Andy Zhou
Thanks a lot for the review Pravin. I will send out v2 soon. On Tue, Apr 15, 2014 at 7:14 AM, Pravin Shelar wrote: > On Sat, Apr 12, 2014 at 3:30 AM, Andy Zhou wrote: >> Implements Linux kernel datapath recirc action. Recirc action allows >> kernel data patch reprocess the packet as if it is re

Re: [ovs-dev] [recirculation 3/3] datapath: add recirc action

2014-04-15 Thread Pravin Shelar
On Sat, Apr 12, 2014 at 3:30 AM, Andy Zhou wrote: > Implements Linux kernel datapath recirc action. Recirc action allows > kernel data patch reprocess the packet as if it is received from its > original input port, with a recirc_id added to its flow key. > > The recirc action follows a sub routin

[ovs-dev] [recirculation 3/3] datapath: add recirc action

2014-04-11 Thread Andy Zhou
Implements Linux kernel datapath recirc action. Recirc action allows kernel data patch reprocess the packet as if it is received from its original input port, with a recirc_id added to its flow key. The recirc action follows a sub routine call model. The packet change by actions during recirculat