File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ and MSR_IA32_MISC_ENABLE is set to `1`.
28
28
29
29
On aarch64, the following registers are set:
30
30
31
- - PSTATE to PSR_MODE_EL1h | PSR_A_BIT | PSR_F_BIT | PSR_I_BIT | PSR_D_BIT
31
+ - PSTATE to PSR_MODE_EL1h \ | PSR_A_BIT \ | PSR_F_BIT \ | PSR_I_BIT \ | PSR_D_BIT
32
32
- PC to kernel load address (vCPU0 only)
33
33
- X0 to DTB/FDT address (vCPU0 only)
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ Scope of the measurements is to illustrate the limits for the emulation thread.
7
7
8
8
## TCP Throughput
9
9
10
- Segment size/ Direction | 1460bytes | 256bytes | 128bytes | 96bytes
11
- --- | --- | --- | --- |---
12
- Ingress| 25Gbps | 23Gbps | 20Gbps | 18Gbps
13
- Egress | 25Gbps | 23Gbps | 20Gbps | 18Gbps
14
- Bidirectional | 18Gbps | 18Gbps | 18Gbps | 18Gbps
10
+ | Segment size/ Direction | 1460bytes | 256bytes | 128bytes | 96bytes |
11
+ | --- | --- | --- | --- | --- |
12
+ | Ingress| 25Gbps | 23Gbps | 20Gbps | 18Gbps |
13
+ | Egress | 25Gbps | 23Gbps | 20Gbps | 18Gbps |
14
+ | Bidirectional | 18Gbps | 18Gbps | 18Gbps | 18Gbps |
15
15
16
16
** Setup and test description**
17
17
Throughput measurements were done using [ iperf3] ( https://iperf.fr/ ) . The target
Original file line number Diff line number Diff line change @@ -71,10 +71,10 @@ A microVM state file is further split into four different fields:
71
71
72
72
| Field | Bits| Description |
73
73
| ----| ----| ----|
74
- | magic_id | 64 | Firecracker snapshot, architecture (x86_64/aarch64) and storage version.
75
- | version | 16 | The snapshot version number internally mapped 1:1 to a specific Firecracker version.
76
- | state | N | Bincode blob containing the microVM state.
77
- | crc| 64 | Optional CRC64 sum of magic_id, version and state fields.
74
+ | magic_id | 64 | Firecracker snapshot, architecture (x86_64/aarch64) and storage version. |
75
+ | version | 16 | The snapshot version number internally mapped 1:1 to a specific Firecracker version. |
76
+ | state | N | Bincode blob containing the microVM state. |
77
+ | crc| 64 | Optional CRC64 sum of magic_id, version and state fields. |
78
78
79
79
** Note** : the last 16 bits of ` magic_id ` encode the storage version which specifies
80
80
the encoding used for the ` version ` and ` state ` fields. The current
You can’t perform that action at this time.
0 commit comments