diff options
author | Yuri Nudelman <ynudelman@habana.ai> | 2022-05-24 16:29:03 +0300 |
---|---|---|
committer | Oded Gabbay <ogabbay@kernel.org> | 2022-07-12 09:09:22 +0300 |
commit | 2bc61bc4f3eadc967f8540ef48f2085198b24db8 (patch) | |
tree | fc1230e86b50dded602f42aaf8e206a41a84bc10 /arch/openrisc/lib | |
parent | 8742a75a1c3f4c93efedfa5004d18c87e467ca3b (diff) | |
download | linux-2bc61bc4f3eadc967f8540ef48f2085198b24db8.tar.xz |
habanalabs: keep a record of completed CS outcomes
Often, the user is not interested in the completion timestamp of all
command submissions.
A common situation is, for example, when the user submits a burst of,
possibly, several thousands of commands, then request the completion
timestamp of only couple of specific key commands from all the burst.
The problem is that currently, the outcome of the early commands may be
lost, due to a large amount of later commands, that the user does not
really care about.
This patch creates a separate store with the outcomes of commands the
user has mark explicitly as interested in. This store does not mix the
marked commands with the unmarked ones, hence the data there will
survive for much longer.
Signed-off-by: Yuri Nudelman <ynudelman@habana.ai>
Reviewed-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
Diffstat (limited to 'arch/openrisc/lib')
0 files changed, 0 insertions, 0 deletions