]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_pipeline/pipeline/pipeline_flow_actions.c
net/mlx5: handle Rx CQE compression
[dpdk.git] / examples / ip_pipeline / pipeline / pipeline_flow_actions.c
index 75600518000464d92323c369d6a097786f46847f..bf12fd7b62669e32695152712187c83b227b06f6 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,
 
 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_free = app_pipeline_fa_free,
+       .f_track = app_pipeline_track_default,
        .cmds = pipeline_cmds,
 };
 
        .cmds = pipeline_cmds,
 };