commit | 0da5698bf4b8c699e5e5e23d067f5a1bb1bb2401 | [log] [tgz] |
---|---|---|
author | Oded Gabbay <ogabbay@kernel.org> | Tue Oct 27 09:34:44 2020 +0200 |
committer | Oded Gabbay <ogabbay@kernel.org> | Mon Nov 30 10:47:32 2020 +0200 |
tree | f83ca4adcdf034ee323673690105e8beae884c16 | |
parent | eb10b897e45968740fde22626843177b7b2f2191 [diff] |
habanalabs/gaudi: increase MAX CS to 16K We need to have the MAX CS be much larger than the size of the different queues. In GAUDI we have around 8 groups of queues, and each group has 1K queue size. To prevent head-of-the-line blocking, we need to make sure there is sufficient number of available CS allocations even if one or more of those queues are full. Signed-off-by: Oded Gabbay <ogabbay@kernel.org>