examples/ip_pipeline: fix plugin loading
authorGowrishankar Muthukrishnan <gowrishankar.m@linux.vnet.ibm.com>
Tue, 4 Oct 2016 10:43:17 +0000 (16:13 +0530)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 12 Oct 2016 20:50:42 +0000 (22:50 +0200)
commit33aa4f077d7d04ecc00ddcc0ed2de998cb1eb242
tree9c6fa960e84eabede243a3b0ff2fff2de9cc2bd7
parent22a79fc8306752a3c9c9ad9379be5cb11ff996e0
examples/ip_pipeline: fix plugin loading

There is typo in init.c of ip_pipeline example due to which,
invalid file path is added to -d option of EAL i.e path starting
with =.

Signed-off-by: Gowrishankar Muthukrishnan <gowrishankar.m@linux.vnet.ibm.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
examples/ip_pipeline/init.c