Go to file
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
app app/test: fix bonding mode 5 Tx check 2015-08-10 16:12:20 +02:00
config config: add KNI kmod option 2015-08-03 19:22:42 +02:00
doc ixgbe: fix offload config option name 2015-08-03 00:38:27 +02:00
drivers bonding: fix device initialisation error handling 2015-08-10 02:05:42 +02:00
examples examples/l3fwd: fix build with exact-match enabled 2015-08-10 22:35:24 +02:00
lib ethdev: fix illegal port access 2015-08-09 19:48:12 +02:00
mk mlx4: fix shared library dependency 2015-08-03 00:38:26 +02:00
pkg mk: enable next abi preview 2015-07-09 00:56:40 +02:00
scripts mk: enable next abi preview 2015-07-09 00:56:40 +02:00
tools tools: fix comment in bind script 2015-08-03 19:22:42 +02:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile drivers: create new directory 2015-05-22 15:51:38 +02:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
MAINTAINERS bnx2x: enable PMD build 2015-07-27 04:27:15 +02:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00