summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/cmd.c
diff options
context:
space:
mode:
authorEli Cohen <eli@mellanox.com>2016-06-27 12:08:32 +0300
committerDavid S. Miller <davem@davemloft.net>2016-06-29 04:28:46 -0400
commit5be1ea899da4f11de92897d2ea706e0820609b9e (patch)
treeb9ba9b44c2b0cc6edb2f933eb012f917623e98cf /drivers/net/ethernet/mellanox/mlx5/core/cmd.c
parent3ec0a0f10ceb77c78f540ded1d13bf0cf7f89a07 (diff)
downloadlinux-0-day-5be1ea899da4f11de92897d2ea706e0820609b9e.tar.gz
linux-0-day-5be1ea899da4f11de92897d2ea706e0820609b9e.tar.xz
net/mlx5: Update command strings
Add command string for MODIFY_FLOW_TABLE which is used by the driver. Signed-off-by: Eli Cohen <eli@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlx5/core/cmd.c')
-rw-r--r--drivers/net/ethernet/mellanox/mlx5/core/cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/cmd.c b/drivers/net/ethernet/mellanox/mlx5/core/cmd.c
index dcd2df6518de3..0b4986268cc99 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/cmd.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/cmd.c
@@ -545,6 +545,7 @@ const char *mlx5_command_str(int command)
MLX5_COMMAND_STR_CASE(ALLOC_FLOW_COUNTER);
MLX5_COMMAND_STR_CASE(DEALLOC_FLOW_COUNTER);
MLX5_COMMAND_STR_CASE(QUERY_FLOW_COUNTER);
+ MLX5_COMMAND_STR_CASE(MODIFY_FLOW_TABLE);
default: return "unknown command opcode";
}
}