Commit 1335de7
committed
feat(net): add RxBuffer type
This type will be used in the next commit
where we will switch to use `readv` for RX path.
Signed-off-by: Egor Lazarchuk <[email protected]>1 parent 417ae57 commit 1335de7
File tree
3 files changed
+436
-0
lines changed- src/vmm/src/devices/virtio
- net
3 files changed
+436
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
| 56 | + | |
| 57 | + | |
53 | 58 | | |
54 | 59 | | |
| 60 | + | |
| 61 | + | |
55 | 62 | | |
0 commit comments