On Fri, Oct 11, 2013 at 09:06:41AM -0700, Ethan Jackson wrote:
> > +/* The following prototypes duplicate those in rconn.h, but there we
> > weren't
> > + * able to add the OVS_EXCLUDED annotations because the definition of
> > struct
> > + * rconn was not visible. */
>
> Extra space here.
Th
> +/* The following prototypes duplicate those in rconn.h, but there we weren't
> + * able to add the OVS_EXCLUDED annotations because the definition of struct
> + * rconn was not visible. */
Extra space here.
Pretty straight forward, I'm happy with this. Thanks for pulling it
together so quic
This should make sending OFPT_FLOW_REMOVED and NXST_FLOW_MONITOR safe from
miss handler threads.
Bug #20271.
Signed-off-by: Ben Pfaff
---
lib/rconn.c | 286 +--
lib/rconn.h |6 ++
2 files changed, 247 insertions(+), 45 deletions(-)
di