Solo5 hvt ABI and MFT1/ABI1 note format as wire codecs
0

Configure Feed

Select the types of activity you want to include in your feed.

solo5: complete the 12-byte virtio-net header in bench and tests

+2
+1
bench/bench.ml
··· 530 530 gso_size = 0; 531 531 csum_start = 0; 532 532 csum_offset = 0; 533 + num_buffers = 0; 533 534 }; 534 535 fill_payload m frame_len; 535 536 let batches = max 1 (iterations_for_payload cfg frame_len / ring) in
+1
test/test_virtio_net.ml
··· 23 23 gso_size = 0; 24 24 csum_start = 0; 25 25 csum_offset = 0; 26 + num_buffers = 0; 26 27 } 27 28 28 29 (* The guest reads the identity registers to discover a virtio-net device. *)