[dpdk-dev] [PATCH] l2fwd-crypto: fix behaviour of -t option

2015-12-07 Thread Thomas Monjalon
2015-12-02 17:39, Declan Doherty: > On 02/12/15 17:16, Declan Doherty wrote: > > passing -t 0 as a command line argument causes the application > > to exit with an "invalid refresh period specified" error which is > > contrary to applications help text. > > > > This patch removes the unnecessary o

[dpdk-dev] [PATCH] l2fwd-crypto: fix behaviour of -t option

2015-12-02 Thread Declan Doherty
On 02/12/15 17:16, Declan Doherty wrote: > passing -t 0 as a command line argument causes the application > to exit with an "invalid refresh period specified" error which is > contrary to applications help text. > > This patch removes the unnecessary option "--no-stats" and fixes the > behaviour o

[dpdk-dev] [PATCH] l2fwd-crypto: fix behaviour of -t option

2015-12-02 Thread Declan Doherty
passing -t 0 as a command line argument causes the application to exit with an "invalid refresh period specified" error which is contrary to applications help text. This patch removes the unnecessary option "--no-stats" and fixes the behaviour of the -t parameter. Reported-by: Min Cao Signed-of