mirror of
https://github.com/torvalds/linux.git
synced 2026-03-14 05:36:15 +01:00
In the future there will be situations where queues can accept either kernel allocated CBs or user allocated CBs, depending on different states. Therefore, instead of using a boolean variable of kernel/user allocated CB, we need to use a bitmask to indicate that, which will allow to combine the two options. Add a flag to the uapi so the user will be able to indicate whether the CB was allocated by kernel or by user. Of course the driver validates that. Signed-off-by: Tal Cohen <talcohen@habana.ai> Reviewed-by: Oded Gabbay <ogabbay@kernel.org> Signed-off-by: Oded Gabbay <ogabbay@kernel.org> |
||
|---|---|---|
| .. | ||
| uacce | ||
| cxl.h | ||
| fastrpc.h | ||
| habanalabs.h | ||
| ocxl.h | ||
| pvpanic.h | ||
| xilinx_sdfec.h | ||