Re: [ovs-dev] [PATCH 28/41] openflow: Get rid of struct ofp13_packet_in.

2016-01-19 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme > On Jan 18, 2016, at 11:27 PM, Ben Pfaff wrote: > > It's actually harder to parse OF1.2/OF1.3 "packet-in" messages when > ofp13_packet_in is involved than when the code just realizes that > ofp13_packet_in = ofp12_packet_in + cookie. > >

[ovs-dev] [PATCH 28/41] openflow: Get rid of struct ofp13_packet_in.

2016-01-18 Thread Ben Pfaff
It's actually harder to parse OF1.2/OF1.3 "packet-in" messages when ofp13_packet_in is involved than when the code just realizes that ofp13_packet_in = ofp12_packet_in + cookie. Signed-off-by: Ben Pfaff --- include/openflow/openflow-1.3.h | 21 +-- lib/ofp-msgs.h