[dpdk-dev] [PATCH] examples/l3fwd: fix eth-dest commandline strncmp size

2015-12-07 Thread Thomas Monjalon
> > Fix minor, and non critical, copy and paste error in strncmp() of eth-dest > > commandline argument. > > > > Fixes: bd785f6f6791 ("examples/l3fwd: make destination mac address > > configurable") > > > > Signed-off-by: John McNamara > Acked-by: Andrey Chilikin Applied, thanks

[dpdk-dev] [PATCH] examples/l3fwd: fix eth-dest commandline strncmp size

2015-11-12 Thread Chilikin, Andrey
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of John McNamara > Sent: Monday, November 2, 2015 5:46 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] examples/l3fwd: fix eth-dest commandline > strncmp size > > Fix minor, an

[dpdk-dev] [PATCH] examples/l3fwd: fix eth-dest commandline strncmp size

2015-11-02 Thread John McNamara
Fix minor, and non critical, copy and paste error in strncmp() of eth-dest commandline argument. Fixes: bd785f6f6791 ("examples/l3fwd: make destination mac address configurable") Signed-off-by: John McNamara --- examples/l3fwd/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff