tbarbette / fastclick

FastClick - A faster version of the Click Modular Router featuring batching, advanced multi-processing and improved Netmap and DPDK support (ANCS'15). Check the metron branch for Metron specificities (NSDI'18). PacketMill modifications (ASPLOS'21) as well as MiddleClick(ToN, 2021) are merged in main.
Other
279 stars 81 forks source link

[Fix build without DPDK] Add DPDK dependency to DeviceBalancer #375

Closed louisna closed 1 year ago

louisna commented 1 year ago

Add DPDK dependency to DeviceBalancer because it requires rte_flow.h which is only available with DPDK. This modification repairs the build of fastclick without DPDK.

tbarbette commented 1 year ago

Actually it shouldn't. This element can also work with XDP programs in normal Kernels. But I'll accept the fix meanwhile (when the CI passes). Thanks !

tbarbette commented 1 year ago

Forgot to merge this, sorry.