Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fwctl/mlx5: Allow MODIFY_CONG_STATUS command

MODIFY_CONG_STATUS command is used to enable or disable congestion control
according to a given priority and protocol.

Add MODIFY_CONG_STATUS to the allowed commands under configuration scope.

Link: https://patch.msgid.link/r/20250908165256.1255985-2-saeed@kernel.org
Signed-off-by: Avihai Horon <avihaih@nvidia.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>

authored by

Avihai Horon and committed by
Jason Gunthorpe
cb81f72f f1234301

+1
+1
drivers/fwctl/mlx5/main.c
··· 188 188 * filter commands manually for now. 189 189 */ 190 190 switch (opcode) { 191 + case MLX5_CMD_OP_MODIFY_CONG_STATUS: 191 192 case MLX5_CMD_OP_POSTPONE_CONNECTED_QP_TIMEOUT: 192 193 case MLX5_CMD_OP_QUERY_ADAPTER: 193 194 case MLX5_CMD_OP_QUERY_ESW_FUNCTIONS: