-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update to 0.5.0 and fix probe rtt #7
base: master
Are you sure you want to change the base?
Conversation
@@ -6,7 +6,8 @@ authors = ["Akshay Narayan <[email protected]>"] | |||
[dependencies] | |||
clap = "2.29" | |||
fnv = "1" | |||
portus = "^0.4.1" | |||
portus = { path = "/home/frank/portus" } | |||
portus_export = { path = "/home/frank/portus/portus_export" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/home/frank
?
|
||
use fnv::FnvHashMap; | ||
use std::collections::HashMap; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make this a different commit?
(when (&& (== target_inflight_reached true) | ||
(&& (> Micros Flow.rtt_sample_us) (> Micros 200000)) | ||
(report) | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think about moving these datapath programs to separate files ("*.ccp"), and using https://doc.rust-lang.org/std/macro.include_str.html?
Also, the datapath program currently doesn't compile:
|
need to rebase the portus_export stuff. |
No description provided.