On Tue, Aug 27, 2013 at 03:48:47PM -0700, Alex Wang wrote: > Both 3/4 and 4/4 look good to me,
Thank you for the reviews. > Do we need to strip off the 2 bytes added to the ofpbuf (when sending the > packets)? No, because the bytes that ofpbuf_reserve() adds aren't part of the data in the ofpbuf. packet->data points past them, not to them, so they won't get sent by anything that looks at the packet data. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev