On Wed, May 2, 2012 at 7:50 PM, YIMIN CHEN <ymchen.n...@gmail.com> wrote:
> Hi Jesse,
>
> I was 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.
>
> I saw resubmit code, but looks like it is in userspace instead of
> datapath. I am not sure how resubmit works. Understanding resubmit
> might help me achieving this goal.

This is a description of an implementation, not a goal.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to