jesd219: fix alignment
authorJeff Furlong <jeff.furlong@hgst.com>
Mon, 29 Aug 2016 21:43:27 +0000 (15:43 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 29 Aug 2016 21:43:27 +0000 (15:43 -0600)
commit32bc83ddb4adb6b19500f2f6acec8c591feaae26
tree549847152bb648bc1f4c477e5ed2154e4332e114
parent865f7302a50df4d6a3e4a86210e329b79737a31b
jesd219: fix alignment

Previously we added the bssplit option to accommodate more advanced
blocksize lists.  However, blockalign appears to default to the smallest
element in the bssplit list.  If so, we must update the example JESD219
workload to explicitly specify blockalign=4k, to satisfy the JESD219
workload requirement ("data payloads greater than or equal to 4096 bytes
are aligned on 4k boundaries").  There is no explicit alignment
requirement for <4KB blocksizes, so at this time, there seems to be no
need to specify a separate alignment for some blocksizes in bssplit
list.

Signed-off-by: Jens Axboe <axboe@fb.com>
examples/jesd219.fio