OpenDataPlane / odp

The ODP project is an open-source, cross-platform set of application programming interfaces (APIs) for the networking data plane
https://opendataplane.org
Other
176 stars 134 forks source link

[PATCH v5] test: l2fwd: add transmit completion support #2043

Closed TuomasTaipale closed 7 months ago

TuomasTaipale commented 7 months ago

Add new -C option for configuring packet transmit completion. Both poll and event completions are supported at least partially: event completion is currently supported only with scheduled queues.

Transmit completion can be configured to be attempted to be done for every nth packet within limitations of the completion resources.

v2:

v3:

v4:

v5: