Hello.

I have a question related to multiple flow tables implementation and "resubmit" action implementation.
As I understood multiple tables implemented only in userspace:

I found *ofproto-dpif-xlate**.c* file with functions such as *xlate_ofpact_resubmit***and *xlate_table_action*.
And after I spend some time on researching this code I found:
You recursively process received upcall through different tables (according to resubmit actions) implemented in userspace, memorizing the sequence of actions. And then you push just one big action list into the datapath, where we have only one flow table.

Did I understand correctly?

Best regards,
Igor Ryzhov
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to