[ovs-dev] [risc 4/4] packets, pktbuf: Align L3 headers on 32-bit boundary.

Ben Pfaff blp at nicira.com
Tue Aug 27 22:52:21 UTC 2013


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.



More information about the dev mailing list