Skip to content

Remove skb linearization #1

Description

@planetA

Function rxe_udp_encap_recv is responsible for receiving the RoCE packets. For each packet, it linearizes the skb:

if (skb_linearize(skb)) {

This operation hurts performance a lot and must be removed from the critical path. Unfortunately, it requires non-trivial changes through the whole driver code, as accessing packet becomes less trivial.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions