examples/ip_pipeline: fix performance with default config
authorSankar Chokkalingam <sankarx.chokkalingam@intel.com>
Mon, 18 Jul 2016 18:23:26 +0000 (11:23 -0700)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 22 Jul 2016 10:40:26 +0000 (12:40 +0200)
commitf08455321fe4e8ff30064efcedd6fba75156b89d
tree76bb328dc7e74f23b53b18ecc71e8197448da822
parent6fe8ecc10cb3824bd73d34f92af02d03d9fd0b8b
examples/ip_pipeline: fix performance with default config

In TM, the read size should be lesser than the write size to improve
performance.
This enables the TM ports to push maximum packets to the output port.

This fix changes the burst_read value from 64 to 24 in default_tm_params.

Signed-off-by: Sankar Chokkalingam <sankarx.chokkalingam@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
examples/ip_pipeline/config_parse.c