Skip to content

OFP incorrectly assumes that packet headers are contigous in memory #171

@JannePeltonen

Description

@JannePeltonen

ODP API does not guarantee that packet headers are contiguous in memory. odp_packet_l3_ptr() and friends can return the number of contiguous bytes in the underlying packet segment but OFP does not use the information.

This bug does not generally cause problems with the current ODP reference implementation but the situation may be different with future versions and with other ODP implementations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions