Hi, 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. The code I am looking at is dp_process_received_packet(). I would like to know whether I can utilize any existing flags to perform the above logic? Your advise would be appreciated! Yimin _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev