mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
blkif interface in Xen requires all I/O to be 512 byte aligned with each
segment bounded by a 4k page.
Note: This submission only documents the proper contraints for blkif I/O.
The alignment code in busdma does not yet handle alignment constraints
correctly in all cases.
|
||
|---|---|---|
| .. | ||
| balloon | ||
| blkback | ||
| blkfront | ||
| console | ||
| evtchn | ||
| netback | ||
| netfront | ||
| pcifront | ||
| xenpci | ||