On Mon, Aug 12, 2013 at 01:56:02PM -0700, Andy Zhou wrote: > Thanks for the added comments. Looks good.
Thanks. I applied this to master. > Coding style says we should not use "//", but not sure if this applies to > comments. Well, you can't use a /**/ comment inside a comment because that ends the comment, so I use // inside /**/. It works even if the compiler doesn't support // comments, since it's inside a comment. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev