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 v4] helper: prefix odph to all helper tests #2108

Closed harman-kalra closed 2 months ago

harman-kalra commented 2 months ago

Prefixed all helper tests with "odph_" to prevent naming conflicts with existing Linux utilities. Eg. Renaming "stress" helper test with "odph_stress" to avoid conflict with linux "stress" utility.

Signed-off-by: Harman Kalra hkalra@marvell.com Reviewed-by: Matias Elo matias.elo@nokia.com