Pablo de Lara 6f1c1e28d9 examples/l3fwd: fix build with exact-match enabled
L3fwd was trying to use an inexistent function "simple_ipv6_fwd_4pkts",
instead it should be "simple_ipv6_fwd_8pkts", and "simple_ipv8_fwd_4pkts"
instead of "simple_ipv4_fwd_8pkts".

clang reports some unused functions, used only for LPM lookup:
examples/l3fwd/main.c:545:1: error: unused function 'send_packetsx4'
examples/l3fwd/main.c:1165:1: error: unused function 'rfc1812_process'

Fixes: 80fcb4d4 ("examples/l3fwd: increase lookup burst size to 8")

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
[Thomas: more #if to fix clang warnings]
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2015-08-10 22:35:24 +02:00
..
2015-05-19 17:35:33 +02:00
2015-06-12 11:10:10 +02:00
2015-06-24 12:01:14 +02:00
2015-08-10 16:25:30 +02:00
2015-06-12 11:10:10 +02:00
2015-05-11 15:51:14 +02:00
2015-07-30 20:16:04 +02:00
2015-07-13 19:27:31 +02:00
2015-06-24 12:01:14 +02:00
2015-06-12 11:10:10 +02:00
2015-06-12 11:10:10 +02:00
2015-05-11 15:51:14 +02:00
2015-06-12 11:10:10 +02:00
2015-05-11 15:51:14 +02:00
2015-03-10 11:47:46 +01:00
2015-06-24 12:01:14 +02:00
2015-05-11 15:51:14 +02:00
2015-05-11 15:51:14 +02:00