microsoft / xdp-for-windows

XDP speeds up networking on Windows
MIT License
364 stars 41 forks source link

include symbols with MSI #611

Closed mtfriesen closed 1 month ago

mtfriesen commented 2 months ago

Since XDP uses WPP for some tracing, we should include symbols with the runtime so logs can be decoded locally. This will increase the package size and disk footprint, but seems better than requiring a separate download.

nibanks commented 2 months ago

What about including the TMFs only? I assume those are smaller than the symbols?

mtfriesen commented 2 months ago

We could do that, but symbols provide a strict superset of functionality. The symbols are only few megabytes, and eBPF-for-Windows is also providing symbols, so I think symbols are the way to go.