Fabian Ruffy

Results 123 issues of Fabian Ruffy

- [ ] TIMELY - [x] DCTCP - [ ] D2TCP - [ ] D3 - [x] PCC - [ ] BBR - [x] TCP New Vegas - [ ]...

enhancement
help wanted

Currently, Goben measures the traffic stats and put them in a log file. We need to convert this file (or instead of converting, just send the statistics as a stream...

enhancement

Investigate generating traffic by some sort of distribution (e.g. send a packet every x ~ N(5, 3) seconds. Where x is a sample from the normal distribution. Since getting actual...

enhancement

Currently, the entire agent is prototyped in Python, this includes the network and data collection operations. They should be written in a more efficient language to reduce operational latency and...

enhancement
help wanted

- [x] Dumbbell - [x] Nonblocking - [x] Fattree - [ ] Parking Lot - [ ] Jellyfish - [ ] DCell - [ ] BCube

enhancement
help wanted

Clean up the compiler includes by running [IWYU](https://include-what-you-use.org/) across them. This also exposes how some files have a massive amount of includes, some of which may not be necessary. If...

test-infrastructure

Some preparation for #3519. Remove implicit casting from StateVariable and explicitly require IR::Member as initializer argument. This required a small change to [ir-generator.ypp](https://github.com/p4lang/p4c/pull/3741/files#diff-0ee13e28f9c23c0a103c9e59759d5e112d41813c3dc330b66ac922c596c77177). Those operators were not part of the...

testgen

Turns out MacOS tests have not run in a while. ctest was not executed in the right folder.

Another case, where exit statements combined with out parameters are not correctly handled in respect to the recent spec changes: After `FrontEnd_32_SimplifyDefUse`, the following program: ```p4 control ingress(inout Headers h,...

bug
duplicate