aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fpga/xilinx-spi.c
diff options
context:
space:
mode:
authorYevgeny Kliteynik <[email protected]>2024-12-19 17:58:37 +0000
committerJakub Kicinski <[email protected]>2024-12-23 18:34:45 +0000
commit429776b6019bbdcf04dcd49706fe7de6a280078b (patch)
tree8ae27e59c63e8ef279cfa791a0f5145b0a6bb622 /drivers/fpga/xilinx-spi.c
parentnet/mlx5: HWS, no need to expose mlx5hws_send_queues_open/close (diff)
downloadkernel-429776b6019bbdcf04dcd49706fe7de6a280078b.tar.gz
kernel-429776b6019bbdcf04dcd49706fe7de6a280078b.zip
net/mlx5: HWS, do not initialize native API queues
HWS has two types of APIs: - Native: fastest and slimmest, async API. The user of this API is required to manage rule handles memory, and to poll for completion for each rule. - BWC: backward compatible API, similar semantics to SWS API. This layer is implemented above native API and it does all the work for the user, so that it is easy to switch between SWS and HWS. Right now the existing users of HWS require only BWC API. Therefore, in order to not waste resources, this patch disables send queues allocation for native API. If in the future support for faster HWS rule insertion will be required (such as for Connection Tracking), native queues can be enabled. Signed-off-by: Yevgeny Kliteynik <[email protected]> Reviewed-by: Itamar Gozlan <[email protected]> Reviewed-by: Mark Bloch <[email protected]> Signed-off-by: Tariq Toukan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/fpga/xilinx-spi.c')
0 files changed, 0 insertions, 0 deletions