File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
drivers/net/ethernet/mellanox/mlx5/core/steering/hws Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -1321,6 +1321,18 @@ static void mlx5_cmd_hws_modify_header_dealloc(struct mlx5_flow_root_namespace *
1321
1321
modify_hdr -> fs_hws_action .mh_data = NULL ;
1322
1322
}
1323
1323
1324
+ static int mlx5_cmd_hws_create_match_definer (struct mlx5_flow_root_namespace * ns ,
1325
+ u16 format_id , u32 * match_mask )
1326
+ {
1327
+ return - EOPNOTSUPP ;
1328
+ }
1329
+
1330
+ static int mlx5_cmd_hws_destroy_match_definer (struct mlx5_flow_root_namespace * ns ,
1331
+ int definer_id )
1332
+ {
1333
+ return - EOPNOTSUPP ;
1334
+ }
1335
+
1324
1336
static const struct mlx5_flow_cmds mlx5_flow_cmds_hws = {
1325
1337
.create_flow_table = mlx5_cmd_hws_create_flow_table ,
1326
1338
.destroy_flow_table = mlx5_cmd_hws_destroy_flow_table ,
@@ -1335,6 +1347,8 @@ static const struct mlx5_flow_cmds mlx5_flow_cmds_hws = {
1335
1347
.packet_reformat_dealloc = mlx5_cmd_hws_packet_reformat_dealloc ,
1336
1348
.modify_header_alloc = mlx5_cmd_hws_modify_header_alloc ,
1337
1349
.modify_header_dealloc = mlx5_cmd_hws_modify_header_dealloc ,
1350
+ .create_match_definer = mlx5_cmd_hws_create_match_definer ,
1351
+ .destroy_match_definer = mlx5_cmd_hws_destroy_match_definer ,
1338
1352
.create_ns = mlx5_cmd_hws_create_ns ,
1339
1353
.destroy_ns = mlx5_cmd_hws_destroy_ns ,
1340
1354
.set_peer = mlx5_cmd_hws_set_peer ,
You can’t perform that action at this time.
0 commit comments