Re: [dpdk-dev] [PATCH] app/testpmd: fix compilation when bitrate lib is disabled

2017-05-06 Thread Thomas Monjalon
06/05/2017 03:00, Wu, Jingjing: > From: De Lara Guarch, Pablo > > > > Fixes: e25e6c70fb56 ("app/testpmd: add --bitrate-stats option") > > > > Signed-off-by: Pablo de Lara > Acked-by: Jingjing Wu Applied, thanks

Re: [dpdk-dev] [PATCH] app/testpmd: fix compilation when bitrate lib is disabled

2017-05-05 Thread Wu, Jingjing
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Wednesday, May 3, 2017 3:02 PM > To: Wu, Jingjing ; Horton, Remy > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH] app/testpmd: fix compilation when bitrate lib is disabled > > Fixes: e25e6c70fb56 ("app/testpmd: ad

Re: [dpdk-dev] [PATCH] app/testpmd: fix compilation when bitrate lib is disabled

2017-05-03 Thread Remy Horton
On 03/05/2017 08:02, Pablo de Lara wrote: Fixes: e25e6c70fb56 ("app/testpmd: add --bitrate-stats option") Signed-off-by: Pablo de Lara --- app/test-pmd/testpmd.c | 2 ++ 1 file changed, 2 insertions(+) Acked-by: Remy Horton

[dpdk-dev] [PATCH] app/testpmd: fix compilation when bitrate lib is disabled

2017-05-03 Thread Pablo de Lara
Fixes: e25e6c70fb56 ("app/testpmd: add --bitrate-stats option") Signed-off-by: Pablo de Lara --- app/test-pmd/testpmd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/test-pmd/testpmd.c b/app/test-pmd/testpmd.c index dfe6442..776b8dd 100644 --- a/app/test-pmd/testpmd.c +++ b/app/test-