Hi I have a question about the relationship between struct flow and struct dp_packet_batch. I can access multiple packets (inside dp_packet_batch) and only one flow (aux->flow) in dp_execute_cb(). It seems to me the packets in dp_packet_batch must be the same type (aux->flow->dl_type) or must be the same miniflow. Is that correct? Can I design upon this acceptance? Might there be any different type of packets in dp_execute_cb() coming from struct dp_packet_batch parameter?
- Volkan _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
