virtio-devices, vmm: Add rate limiter for the TX queue of virtio-net

Partially fixes: #1286

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen
2021-03-17 15:41:52 -07:00
committed by Sebastien Boeuf
parent bfa37f89c4
commit b176ddfe2a
9 changed files with 154 additions and 6 deletions

1
Cargo.lock generated
View File

@@ -632,6 +632,7 @@ dependencies = [
"log 0.4.14",
"net_gen",
"pnet",
"rate_limiter",
"serde",
"serde_json",
"virtio-bindings",