CloudNativeDataPlane / cndp

Cloud Native Data Plane (CNDP) is a collection of user space libraries to accelerate packet processing for cloud applications using AF_XDP sockets as the primary I/O..
BSD 3-Clause "New" or "Revised" License
90 stars 32 forks source link

Use a specific priority for PMD Constructors/Desctructors #361

Closed jalalmostafa closed 7 months ago

jalalmostafa commented 7 months ago

Closes #360

This PR defines and sets a new priority for PMD constructors/destructors instead of using the maximum priority value. It allows developers who link the PMD .a file to their library or executable to have their own constructors/destructors when needed.