net/mlx5: Implement new destination type TABLE_TYPE
[sfrench/cifs-2.6.git] / drivers / net / ethernet / mellanox / mlx5 / core / diag / fs_tracepoint.c
index 2732128e7a6ec98167fd1d0e073732195e29d90f..6d73127b7217fdeb1e05ca500125f6111de2e640 100644 (file)
@@ -275,6 +275,10 @@ const char *parse_fs_dst(struct trace_seq *p,
                                 fs_dest_range_field_to_str(dst->range.field),
                                 dst->range.min, dst->range.max);
                break;
+       case MLX5_FLOW_DESTINATION_TYPE_TABLE_TYPE:
+               trace_seq_printf(p, "flow_table_type=%u id:%u\n", dst->ft->type,
+                                dst->ft->id);
+               break;
        case MLX5_FLOW_DESTINATION_TYPE_NONE:
                trace_seq_printf(p, "none\n");
                break;