Re: [dpdk-dev] [PATCH v2 1/1] test/compress: add max mbuf size test case

2019-04-19 Thread Jozwiak, TomaszX
aszX > Cc: dev@dpdk.org; Trahe, Fiona > Subject: Re: [dpdk-dev] [PATCH v2 1/1] test/compress: add max mbuf size > test case > > Hi, > > I'm seeing compile error. > Isn't it due to this patch? > > $ gcc --version > gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-28)

Re: [dpdk-dev] [PATCH v2 1/1] test/compress: add max mbuf size test case

2019-04-19 Thread David Marchand
On Fri, Apr 19, 2019 at 11:32 AM Jozwiak, TomaszX wrote: > Hi all, > > I'm preparing the patch and will send it in 10 minutes > Ok, dropping mine. -- David Marchand

Re: [dpdk-dev] [PATCH v2 1/1] test/compress: add max mbuf size test case

2019-04-19 Thread Jozwiak, TomaszX
ok Koh ; > dev@dpdk.org; Trahe, Fiona ; Yigit, Ferruh > > Subject: Re: [dpdk-dev] [PATCH v2 1/1] test/compress: add max mbuf size > test case > > 19/04/2019 11:25, David Marchand: > > On Fri, Apr 19, 2019 at 11:08 AM Thomas Monjalon > > > wrote: > > > > &g

Re: [dpdk-dev] [PATCH v2 1/1] test/compress: add max mbuf size test case

2019-04-19 Thread Thomas Monjalon
19/04/2019 11:25, David Marchand: > On Fri, Apr 19, 2019 at 11:08 AM Thomas Monjalon > wrote: > > > There are some variables declared in the middle of the function, > > and one (i) is declared twice with two different types. > > > > Tomasz and Tomasz, are you working on it urgently please? > > >

Re: [dpdk-dev] [PATCH v2 1/1] test/compress: add max mbuf size test case

2019-04-19 Thread David Marchand
On Fri, Apr 19, 2019 at 11:08 AM Thomas Monjalon wrote: > There are some variables declared in the middle of the function, > and one (i) is declared twice with two different types. > > Tomasz and Tomasz, are you working on it urgently please? > Found out that this test is not built by default. I

Re: [dpdk-dev] [PATCH v2 1/1] test/compress: add max mbuf size test case

2019-04-19 Thread Thomas Monjalon
There are some variables declared in the middle of the function, and one (i) is declared twice with two different types. Tomasz and Tomasz, are you working on it urgently please? 19/04/2019 00:42, Yongseok Koh: > Hi, > > I'm seeing compile error. > Isn't it due to this patch? > > $ gcc --versi

Re: [dpdk-dev] [PATCH v2 1/1] test/compress: add max mbuf size test case

2019-04-18 Thread Yongseok Koh
Hi, I'm seeing compile error. Isn't it due to this patch? $ gcc --version gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-28) [1484/1523] Compiling C object 'app/test/app@test@@dpdk-test@exe/test_compressdev.c.o'. FAILED: app/test/app@test@@dpdk-test@exe/test_compressdev.c.o cc -Iapp/test/app@test@@dp

Re: [dpdk-dev] [PATCH v2 1/1] test/compress: add max mbuf size test case

2019-04-02 Thread Cel, TomaszX
Hi Tomasz, > -Original Message- > From: Cel, TomaszX > Sent: Tuesday, April 2, 2019 1:17 PM > To: dev@dpdk.org; Trahe, Fiona ; Jozwiak, TomaszX > ; Cel, TomaszX > Subject: [PATCH v2 1/1] test/compress: add max mbuf size test case > > From: Tomasz Jozwiak > > This patch adds new test ca

[dpdk-dev] [PATCH v2 1/1] test/compress: add max mbuf size test case

2019-04-02 Thread Tomasz Cel
From: Tomasz Jozwiak This patch adds new test case in which max. size of chain mbufs has been used to compress random data dynamically. Signed-off-by: Tomasz Jozwiak --- app/test/test_compressdev.c | 158 ++-- 1 file changed, 136 insertions(+), 22 deleti