examples/l3fwd: increase lookup burst size to 8
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 23 Jul 2015 16:12:07 +0000 (17:12 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 27 Jul 2015 14:43:56 +0000 (16:43 +0200)
commit80fcb4d44d53b378533b60c3ed3f887f57e2f7b6
treeeffa35eec31ad7f853a02325ab03bf500685ae38
parent605a58f3ba2e71eaa6bab1e67c5f4e8e421ec4df
examples/l3fwd: increase lookup burst size to 8

With the new hash implementation, the minimum lookup burst size
to get good performance is 8, since its internal pipeline
consists of 4 stages of 2 entries each, so to avoid
duplication, burst size should be 8 or more entries.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
examples/l3fwd/main.c