Bugfix,IoUringEngn: fill unassembled slots w/dummy; use separate iovecs
We implemented the feature to fill unassembled slots w/dummy header values for the livox pcloud header. We also fixed a bug where io uring was writing into the last slot only because we were using the same iovec for every SQE.
This commit is contained in:
@@ -33,7 +33,7 @@ assemblyBuffer(
|
||||
StagingBuffer::IOEngineConstraints::ioUringConstraints,
|
||||
StagingBuffer::IOEngineConstraints::openClInputConstraints,
|
||||
nDgramsPerStagingBufferFrame),
|
||||
ioUringAssemblyEngine(*this),
|
||||
ioUringAssemblyEngine(*this, nDgramsPerStagingBufferFrame),
|
||||
collationBuffer(
|
||||
StagingBuffer::IOEngineConstraints::openClInputConstraints,
|
||||
StagingBuffer::IOEngineConstraints::openClInputConstraints,
|
||||
|
||||
Reference in New Issue
Block a user