On Mon, Dec 16, 2013 at 05:53:22PM +0900, Simon Horman wrote: > Add table config to to struct ofproto and set it > when a table mod message is received. > > This is in preparation for changing the behaviour of the switch > based on table config. > > Cc: Andy Zhou <az...@nicira.com> > Signed-off-by: Simon Horman <ho...@verge.net.au>
Thanks. I dropped the comment change in ofproto-provider.h, because it was wrong ('config' isn't guarded by anything, it's atomic). I dropped this build-assert because ANSI C says every enum fits in an int: > +BUILD_ASSERT_DECL(sizeof(unsigned int) >= sizeof(enum ofp_table_config)); I'll apply this in a minute. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev