Imported Upstream version 16.11
[deb_dpdk.git] / examples / ip_pipeline / pipeline / pipeline_passthrough.c
index 63ce147..2c9eb2e 100644 (file)
@@ -52,7 +52,7 @@ app_pipeline_passthrough_track(struct pipeline_params *p,
        if (status)
                return -1;
 
-       if (pp.lb_hash_enabled)
+       if (pp.dma_hash_lb_enabled)
                return -1;
 
        *port_out = port_in / (p->n_ports_in / p->n_ports_out);