Skip to content

Commit 1c34003

Browse files
committed
Swapped one row
1 parent 09efefb commit 1c34003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openhcl/openhcl_boot/src/host_params/dma_hint.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const LOOKUP_TABLE: &[(u16, u16, u16)] = &[
2727
(8, 170, 20),
2828
(8, 176, 20),
2929
(16, 234, 12),
30-
(16, 256, 18), // There is another configuration with '20'.
30+
(16, 256, 20), // There is another configuration with '18'.
3131
(16, 268, 38),
3232
(16, 282, 54),
3333
(24, 420, 66),
@@ -50,7 +50,7 @@ const LOOKUP_TABLE: &[(u16, u16, u16)] = &[
5050
(112, 1566, 288),
5151
(128, 1342, 84),
5252
(128, 1360, 84),
53-
// (896, 12912, 516), // Needs to be validated as the vNIC number is unknown.
53+
(896, 12912, 0), // (516) Needs to be validated as the vNIC number is unknown.
5454
];
5555

5656
/// Round up to next 2MiB.

0 commit comments

Comments
 (0)