Hi Ben,

Thank you for  your reply! I saw there is some code about resubmit
Nicira extension action, but that seems to be in userspace ofproto.c,
not in datapath, so I didn't know that is related. Could you help
clarify for me how does resubmit work?


Thanks!
Yimin

On Wed, May 2, 2012 at 12:40 PM, Ben Pfaff <b...@nicira.com> wrote:
> On Wed, May 02, 2012 at 10:53:10AM +0800, YIMIN CHEN wrote:
>> I am looking at ovs dp code, and is looking at a correct way for a
>> flow to traverse the table twice. The goal is like this:
>>
>> flow lookup => tbl_lookup()
>> perform actions => execute_actions() which changes the packet
>> flow lookup using the new packet => tbl_lookup()
>> perform actions on the new packet => execute_actions.
>
> Do you want the "resubmit" Nicira extension action?
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to