NetSys / NetBricks

NetBricks: A new network function framework based on Rust.
ISC License
464 stars 75 forks source link

Pass in only target-cpu=native and use stock Cargo #35

Closed apanda closed 7 years ago

apanda commented 7 years ago

This seems to turn on all the desirable features (because of which we previously built our own version of Cargo), without requiring that we build Cargo. Also more likely to work on machines which do not have AVX2 support, etc.