freebsd-dev/sys/dev/mlx5
Dimitry Andric 6332ad8673 Fix unused variable warning in mlx5_fs_tree.c
With clang 15, the following -Werror warning is produced:

    sys/dev/mlx5/mlx5_core/mlx5_fs_tree.c:1408:15: error: variable 'candidate_group_num' set but not used [-Werror,-Wunused-but-set-variable]
            unsigned int candidate_group_num = 0;
                         ^

The 'candidate_group_num' variable appears to have been a debugging aid
that has never been used for anything, so remove it.

MFC after:	3 days
2022-07-25 00:40:13 +02:00
..
mlx5_accel
mlx5_core Fix unused variable warning in mlx5_fs_tree.c 2022-07-25 00:40:13 +02:00
mlx5_en mlx5en(4): Allow RX TLS to be enabled and disabled by ifconfig(8). 2022-06-08 13:53:26 +02:00
mlx5_fpga
mlx5_fpga_tools
mlx5_ib mlx5ib: Fix memory leak in clean_mr() error path 2022-06-13 17:00:16 +02:00
mlx5_lib
cmd.h mlx5ib: Implement support for enabling and disabling RoCE ECN. 2021-07-12 14:22:33 +02:00
cq.h Update user access region, UAR, APIs in the core in mlx5core. 2021-01-08 13:33:46 +01:00
device.h mlx5en: Implement TLS RX support. 2022-02-01 16:21:17 +01:00
diagnostics.h
doorbell.h
driver.h mlx5/mlx5en: Add SQ remap support 2022-02-01 16:21:15 +01:00
fs.h mlx5: Implement offloads flowtable namespace. 2022-02-01 16:21:16 +01:00
mlx5_ifc.h mlx5en: Implement TLS RX support. 2022-02-01 16:21:17 +01:00
mlx5_rdma_if.h
mlx5io.h
mpfs.h
port.h mlx5en: Add missing media types for 100GBit/s, 200Gbit/s and 400Gbit/s. 2021-07-12 14:22:29 +02:00
qp.h mlx5/mlx5en: Add SQ remap support 2022-02-01 16:21:15 +01:00
srq.h ibcore: Kernel space update based on Linux 5.7-rc1. 2021-07-28 13:28:29 +02:00
tls.h mlx5en: Implement helper functions to open and close TLS TIR context. 2022-02-01 16:21:15 +01:00
vport.h mlx5: Implement mlx5_nic_vport_update_local_lb() 2022-02-01 16:21:16 +01:00