Skip to content

Commit dedd2d7

Browse files
committed
style(doc): add pipes in tables
The new warnings are likely caused by the devctr update. Signed-off-by: Nikita Kalyazin <[email protected]>
1 parent 18a8cda commit dedd2d7

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs/cpu_templates/boot-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ and MSR_IA32_MISC_ENABLE is set to `1`.
2828

2929
On aarch64, the following registers are set:
3030

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
3232
- PC to kernel load address (vCPU0 only)
3333
- X0 to DTB/FDT address (vCPU0 only)

docs/network-performance.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Scope of the measurements is to illustrate the limits for the emulation thread.
77

88
## TCP Throughput
99

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 |
1515

1616
**Setup and test description**
1717
Throughput measurements were done using [iperf3](https://iperf.fr/). The target

docs/snapshotting/versioning.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ A microVM state file is further split into four different fields:
7171

7272
| Field | Bits| Description |
7373
|----|----|----|
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. |
7878

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

0 commit comments

Comments
 (0)