hermit-os / kernel

A Rust-based, lightweight unikernel.
http://hermit-os.org
Apache License 2.0
1.2k stars 86 forks source link

fix(virtq/split): return id with the correct index for the chain head #1329

Closed cagatay-y closed 3 months ago

cagatay-y commented 3 months ago

The incorrect index was used to iterate over the descriptor chain. Fixes #1327.