[dpdk-dev] [PATCH] examples/l3fwd: fix compilation issue when using exact-match

2015-08-09 Thread Thomas Monjalon
Hi Pablo, 2015-08-07 10:08, Pablo de Lara: > L3fwd was trying to use an inexistent function "simple_ipv6_fwd_4pkts", > instead it should be "simple_ipv6_fwd_8pkts". > > Fixes: 80fcb4d4 ("examples/l3fwd: increase lookup burst size to 8") There are 3 things wrong here. 1/ We must absolutely avoid

[dpdk-dev] [PATCH] examples/l3fwd: fix compilation issue when using exact-match

2015-08-09 Thread De Lara Guarch, Pablo
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Sunday, August 09, 2015 10:54 AM > To: De Lara Guarch, Pablo > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] examples/l3fwd: fix compilation issue when > usin

[dpdk-dev] [PATCH] examples/l3fwd: fix compilation issue when using exact-match

2015-08-07 Thread Gonzalez Monroy, Sergio
On 07/08/2015 10:08, Pablo de Lara wrote: > L3fwd was trying to use an inexistent function "simple_ipv6_fwd_4pkts", > instead it should be "simple_ipv6_fwd_8pkts". > > Fixes: 80fcb4d4 ("examples/l3fwd: increase lookup burst size to 8") > > Signed-off-by: Pablo de Lara > --- > Acked-by: Sergio Gonz

[dpdk-dev] [PATCH] examples/l3fwd: fix compilation issue when using exact-match

2015-08-07 Thread Pablo de Lara
L3fwd was trying to use an inexistent function "simple_ipv6_fwd_4pkts", instead it should be "simple_ipv6_fwd_8pkts". Fixes: 80fcb4d4 ("examples/l3fwd: increase lookup burst size to 8") Signed-off-by: Pablo de Lara --- examples/l3fwd/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)