On Mon, Apr 23, 2018 at 10:56:19PM +0800, 林志仁 wrote: > I modified ofproto.c "handle_flow_stats_request" function. I added a > while loop to check the flow table every 2 seconds. > > I want to ask "handle_openflow_" can handle other request, like packet - > in?
If you make handle_flow_stats_request() block, then nothing else will get handled. _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
