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 133 forks source link

[PATCH v2] test: l2fwd: fix odp_unlikely() conditions #2097

Closed TuomasTaipale closed 1 month ago

TuomasTaipale commented 1 month ago

Instead of checking for odp_unlikely(pkts) == 0, check for odp_unlikely(pkts == 0) in run functions after extra feature processing.

v2: