You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OPTE currently has a lot of manual handling of Internet checksums for the types we expose here. Some things we maybe want to generate code for:
Computing and storing Internet checksum values for header bytes correctly.
Capture the notions of pseudoheaders, used between layers in a packet.
Tracking whether checksums include the body of a packet (e.g., IPv4 (header-only) vs. TCP/UDP), and including this data (split over multipel buffers?).
Computing Internet checksum over an arbitrary buffer. We can maybe pull htis in from OPTE.
Possible checksum validation.
These mechanisms should be optional, particularly when processing packets expecting offload of these capabilities.
The text was updated successfully, but these errors were encountered:
OPTE currently has a lot of manual handling of Internet checksums for the types we expose here. Some things we maybe want to generate code for:
These mechanisms should be optional, particularly when processing packets expecting offload of these capabilities.
The text was updated successfully, but these errors were encountered: