Commit 04036bb
committed
bdev: adjust padding to ensure cache line alignment
There is a custom field ext_io_flags which is not part of upstream spdk_bdev_io.
This means that structure size and fields offsets change and the static assert for
driver_ctx cache alignment requirement fails. This patch adjusts the padding so
that the offset for driver_ctx remain cache aligned.
Signed-off-by: Diwakar Sharma <[email protected]>1 parent 8ac4a80 commit 04036bb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1122 | 1122 | | |
1123 | 1123 | | |
1124 | 1124 | | |
1125 | | - | |
| 1125 | + | |
1126 | 1126 | | |
1127 | 1127 | | |
1128 | 1128 | | |
| |||
0 commit comments