Skip to content

Avoid packet pointers copy in TxQ tx method #1

Description

@tropuq

Currently, packets that failed to be sent need to be copied to the beginning of the packet array. This, in some cases, can have some impact on the performance results.

unsafe { ptr::copy(pkt_buffer.add(cnt), pkt_buffer, remaining) };

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions