Skip to content

Commit

Permalink
docs: Fix markdown
Browse files Browse the repository at this point in the history
Updates markdown to pass updated version of markdown lint.

Signed-off-by: Jonathan Woollett-Light <[email protected]>
  • Loading branch information
Jonathan Woollett-Light committed Oct 4, 2023
1 parent 5326773 commit ed2d09a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/cpu_templates/boot-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ and MSR_IA32_MISC_ENABLE is set to `1`.

On aarch64, the following registers are set:

- PSTATE to PSR_MODE_EL1h | PSR_A_BIT | PSR_F_BIT | PSR_I_BIT | PSR_D_BIT
- PSTATE to `PSR_MODE_EL1h | PSR_A_BIT | PSR_F_BIT | PSR_I_BIT | PSR_D_BIT`
- PC to kernel load address (vCPU0 only)
- X0 to DTB/FDT address (vCPU0 only)
10 changes: 5 additions & 5 deletions docs/network-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Scope of the measurements is to illustrate the limits for the emulation thread.

## TCP Throughput

Segment size/ Direction | 1460bytes | 256bytes | 128bytes | 96bytes
--- | --- | --- | --- |---
Ingress| 25Gbps | 23Gbps | 20Gbps | 18Gbps
Egress | 25Gbps | 23Gbps | 20Gbps | 18Gbps
Bidirectional | 18Gbps | 18Gbps | 18Gbps | 18Gbps
| Segment size/ Direction | 1460bytes | 256bytes | 128bytes | 96bytes |
| --- | --- | --- | --- | --- |
| Ingress| 25Gbps | 23Gbps | 20Gbps | 18Gbps |
| Egress | 25Gbps | 23Gbps | 20Gbps | 18Gbps |
| Bidirectional | 18Gbps | 18Gbps | 18Gbps | 18Gbps |

**Setup and test description**
Throughput measurements were done using [iperf3](https://iperf.fr/). The target
Expand Down
8 changes: 4 additions & 4 deletions docs/snapshotting/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ A microVM state file is further split into four different fields:

| Field | Bits| Description |
|----|----|----|
| magic_id | 64 | Firecracker snapshot, architecture (x86_64/aarch64) and storage version.
| version | 16 | The snapshot version number internally mapped 1:1 to a specific Firecracker version.
| state | N | Bincode blob containing the microVM state.
| crc| 64 | Optional CRC64 sum of magic_id, version and state fields.
| magic_id | 64 | Firecracker snapshot, architecture (x86_64/aarch64) and storage version. |
| version | 16 | The snapshot version number internally mapped 1:1 to a specific Firecracker version. |
| state | N | Bincode blob containing the microVM state. |
| crc| 64 | Optional CRC64 sum of magic_id, version and state fields. |

**Note**: the last 16 bits of `magic_id` encode the storage version which specifies
the encoding used for the `version` and `state` fields. The current
Expand Down

0 comments on commit ed2d09a

Please sign in to comment.