- 17 Jan, 2022 40 commits
-
-
Antoine Kaufmann authored
-
Hejing Li authored
-
Hejing Li authored
-
Hejing Li authored
-
Hejing Li authored
-
Hejing Li authored
-
Hejing Li authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
Previously the build was broken with debugging enabled.
-
Antoine Kaufmann authored
No reason to print a warning on every drop. Slows down kvm simulation quite a bit
-
Antoine Kaufmann authored
We had this set to 64bit which is too small for 100G. Bumped it up to 512.
-
Antoine Kaufmann authored
This drastically improves throughput for single-core hosts, as the driver always polls all event queues on an interrupt, which involves at least one MMIO read and multiple writes.
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
Useful for tracking dependencies etc and simplifies multi-NIC handling
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
This allows multiple behavioral nic models to run on one OS thread using boost fibers (user-level threads)
-
Antoine Kaufmann authored
Enables overriding for multi NIC runner in next step
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
All devices will somehow need this, might as well stick it in the base class.
-
Antoine Kaufmann authored
For largescale experiment we otherwise run out of IPs
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
As described in paper
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
Includes source & dest mac/port, and ARP ips
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
Reduces the risk of getting the same mac in multi-host clusters
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-