OpenFastPath / ofp

OpenFastPath project
BSD 3-Clause "New" or "Revised" License
350 stars 126 forks source link

Reassembly does not work with multi-segment packets #161

Open JannePeltonen opened 7 years ago

JannePeltonen commented 7 years ago

Reassembly code incorrectly assumes that the packets to be reassembled consist of single ODP packet segment. It also assumes that odp_packet_add_data() does not change a single-segment packet to a multi-segment packet.

sovu commented 6 years ago

Related to #171