summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorWilliam Tu <witu@nvidia.com>2026-01-14 10:46:39 +0300
committerJakub Kicinski <kuba@kernel.org>2026-01-19 23:26:42 +0300
commit1b080bd748409d330399c2607ea18dfbb5df802d (patch)
tree8b09e8040ceccf17c77a35a2b418637338fd0a1b /lib
parent56aca3e0f7308821b6404730a0a6bfd9f26fa04c (diff)
downloadlinux-1b080bd748409d330399c2607ea18dfbb5df802d.tar.xz
net/mlx5e: Move async ICOSQ to dynamic allocation
Dynamically allocate async ICOSQ. ICO (Internal Communication Operations) is for driver to communicate with the HW, and it's not used for traffic. Currently mlx5 driver has sync and async ICO send queues. The async ICOSQ means that it's not necessarily under NAPI context protection. The patch is in preparation for the later patch to detect its usage and enable it when necessary. Signed-off-by: William Tu <witu@nvidia.com> Signed-off-by: Tariq Toukan <tariqt@nvidia.com> Link: https://patch.msgid.link/1768376800-1607672-4-git-send-email-tariqt@nvidia.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions