CentaurusInfra / mizar

Mizar – Experimental, High Scale and High Performance Cloud Network https://mizar.readthedocs.io
https://mizar.readthedocs.io
GNU General Public License v2.0
112 stars 50 forks source link

Print EDT BPF trace messages only in debug mode #553

Closed vinaykul closed 2 years ago

vinaykul commented 2 years ago

In EDT eBPF program, the debug print trace is enabled by default. This affects performance benchmarking.

The change fixes this so that only the debug version of the eBPF program binary has tracing enabled.