Skip to content

Avoid packet pointers copy in TxQ tx method #1

@tropuq

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) };

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