Re: [Ryu-devel] Problem about flow statistics request

2014-07-28 Thread FUJITA Tomonori
On Mon, 28 Jul 2014 16:25:03 -0700 Bo Hu wrote: > When I call the OFPFlowStatsRequest function, I will get several batches of > reply from the switch. Are these batches sent altogether after the switch > has already find all the matching flow entries? Or each of them is sent > instantly when they

[Ryu-devel] Problem about flow statistics request

2014-07-28 Thread Bo Hu
Hi, When I call the OFPFlowStatsRequest function, I will get several batches of reply from the switch. Are these batches sent altogether after the switch has already find all the matching flow entries? Or each of them is sent instantly when they each is produced? Is there any document to clarify th