net/mlx5: handle Rx CQE compression
[dpdk.git] / examples / ip_pipeline / pipeline / pipeline_flow_actions.c
index 7560051..bf12fd7 100644 (file)
@@ -1300,7 +1300,9 @@ static cmdline_parse_ctx_t pipeline_cmds[] = {
 
 static struct pipeline_fe_ops pipeline_flow_actions_fe_ops = {
        .f_init = app_pipeline_fa_init,
+       .f_post_init = NULL,
        .f_free = app_pipeline_fa_free,
+       .f_track = app_pipeline_track_default,
        .cmds = pipeline_cmds,
 };