microsoft / machnet

Machnet provides applications like databases and finance an easy way to access low-latency DPDK-based messaging on public cloud VMs. 750K RPS on Azure at 61 us P99.9.
MIT License
88 stars 22 forks source link

Missing packages for RDMA-CORE #10

Closed sarsanaee closed 12 months ago

sarsanaee commented 1 year ago

When compiling RDMA-CORE, I missed these two packages, which aren't on the documentation dependency list.

The VMs seem to be fresh ubuntu 22.04. It is the first time I faced this dependency; maybe these were installed on other VMs via some other packages. But I am missing them now.

Here are the missing packages from the doc: libnl-route-3-dev and libnl-3-dev libnl-genl-3-dev

ankalia commented 1 year ago

Thanks, this is good to know. @sarsanaee can you make a PR? Generally that should be the way for clear-cut bugs like this.