Looks good to me, thx
On Thu, Aug 15, 2013 at 1:00 PM, Ben Pfaff wrote:
> At one time, the ofproto-dpif implementation of the 'rule_execute' member
> function required, indirectly, at least struct(ofp10_packet_in) bytes of
> headroom in the packet passed into it. (This allowed constructing an
At one time, the ofproto-dpif implementation of the 'rule_execute' member
function required, indirectly, at least struct(ofp10_packet_in) bytes of
headroom in the packet passed into it. (This allowed constructing an
OFPT_PACKET_IN without allocating and copying a new ofpbuf.) This
restriction has