Actually, the idea is that a single flow_stats request can produce
multiple flow_stats responses.  Each flow_stats response (i.e., struct
ofp_flow_stats) corresponds to a single flow entry, so you get one per
flow entry.  Yes, we could have created a parent structure to hold all
of the responses in one message, but that's not how it's done...

Was a bit of a PITA to work around with the flowvisor, b/c it's the
only time a single XID request returns multiple responses, each
reusing the same XID.

- Rob
.



On Tue, Feb 9, 2010 at 10:12 PM, kk yap <[email protected]> wrote:
> Hi,
>
> The Flow_stats_in_event has a boolean field "more".  What does that
> mean and how is it set?  Just a random discovery.
>
> Regards
> KK
>
> _______________________________________________
> nox-dev mailing list
> [email protected]
> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>

_______________________________________________
nox-dev mailing list
[email protected]
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Reply via email to