commit | f3a838c0c72ca09dd153ff29096410ea220660f6 | [log] [tgz] |
---|---|---|
author | Tomer Tayar <ttayar@habana.ai> | Sun Jan 05 15:05:46 2020 +0000 |
committer | Oded Gabbay <oded.gabbay@gmail.com> | Tue Mar 24 10:54:16 2020 +0200 |
tree | 96798644f788e8ab082612e6df8c1c5508b8b5b0 | |
parent | 64a7e2955d9a8a73098f13ccac95d80ad6efd98f [diff] |
habanalabs: Modify CS jobs counter to u16 As HL_MAX_JOBS_PER_CS is 512, it is possible that more than 255 CS jobs will be submitted for a certain queue. Hence, modify the "jobs_in_queue_cnt" parameter of the "hl_cs" structure to be u16 instead of u8. Signed-off-by: Tomer Tayar <ttayar@habana.ai> Reviewed-by: Oded Gabbay <oded.gabbay@gmail.com> Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>