Re: [dpdk-dev] [PATCH] examples/l2fwd-crypto: fix option parsing

2017-05-29 Thread De Lara Guarch, Pablo
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Wednesday, May 24, 2017 11:28 AM > To: Doherty, Declan > Cc: dev@dpdk.org; De Lara Guarch, Pablo; sta...@dpdk.org > Subject: [PATCH] examples/l2fwd-crypto: fix option parsing > > Statistics period time option is parsed with -T ar

[dpdk-dev] [PATCH] examples/l2fwd-crypto: fix option parsing

2017-05-24 Thread Pablo de Lara
Statistics period time option is parsed with -T argument, but -t was accepted by mistake, instead. Fixes: 387259bd6c67 ("examples/l2fwd-crypto: add sample application") CC: sta...@dpdk.org Signed-off-by: Pablo de Lara --- examples/l2fwd-crypto/main.c | 2 +- 1 file changed, 1 insertion(+), 1 de