Re: [dpdk-dev] [PATCH] test/ring: fix long compilation time

2020-07-02 Thread Honnappa Nagarahalli
> > Hi everyone, > > > > > > > Konstantin, Honnappa, > > > Any update about a fix for compilation time please? > > > > +1 > > A good amount of time waiting for builds is on this code. > > > > Between 69567 and 69559: > http://patches.dpdk.org/patch/69567/ > http://patches.dpdk.org/patch/69559/

Re: [dpdk-dev] [PATCH] test/ring: fix long compilation time

2020-06-25 Thread Ananyev, Konstantin
Hi everyone, > > > > Konstantin, Honnappa, > > Any update about a fix for compilation time please? > > +1 > A good amount of time waiting for builds is on this code. > Between 69567 and 69559: http://patches.dpdk.org/patch/69567/ http://patches.dpdk.org/patch/69559/ my preference is still 69559

Re: [dpdk-dev] [PATCH] test/ring: fix long compilation time

2020-06-25 Thread David Marchand
On Tue, Jun 16, 2020 at 2:48 PM Thomas Monjalon wrote: > > Konstantin, Honnappa, > Any update about a fix for compilation time please? +1 A good amount of time waiting for builds is on this code. -- David Marchand

Re: [dpdk-dev] [PATCH] test/ring: fix long compilation time

2020-06-16 Thread Thomas Monjalon
Konstantin, Honnappa, Any update about a fix for compilation time please? 30/04/2020 12:23, Thomas Monjalon: > 30/04/2020 03:56, Honnappa Nagarahalli: > > test_ring.c takes lot of time to compile with clang. It is > > reproducable with compiler version 8.0 on Ubuntu 18.04. > > Amount of testing i

Re: [dpdk-dev] [PATCH] test/ring: fix long compilation time

2020-05-01 Thread Aaron Conole
Aaron Conole writes: > Honnappa Nagarahalli writes: > >> test_ring.c takes lot of time to compile with clang. It is >> reproducable with compiler version 8.0 on Ubuntu 18.04. >> Amount of testing is reduced, but attempt is made to keep >> the same coverage. >> >> Reported-by: Aaron Conole >> Re

Re: [dpdk-dev] [PATCH] test/ring: fix long compilation time

2020-04-30 Thread Honnappa Nagarahalli
> > > > > >> Subject: Re: [PATCH] test/ring: fix long compilation time > >> > >> Honnappa Nagarahalli writes: > >> > >> > test_ring.c takes lot of time to compile with clang. It is > >> > reproducable with compiler version 8.0 on Ubuntu 18.04. > >> > Amount of testing is reduced, but attempt is m

Re: [dpdk-dev] [PATCH] test/ring: fix long compilation time

2020-04-30 Thread Aaron Conole
Honnappa Nagarahalli writes: > > >> Subject: Re: [PATCH] test/ring: fix long compilation time >> >> Honnappa Nagarahalli writes: >> >> > test_ring.c takes lot of time to compile with clang. It is >> > reproducable with compiler version 8.0 on Ubuntu 18.04. >> > Amount of testing is reduced, b

Re: [dpdk-dev] [PATCH] test/ring: fix long compilation time

2020-04-30 Thread Honnappa Nagarahalli
> Subject: Re: [PATCH] test/ring: fix long compilation time > > Honnappa Nagarahalli writes: > > > test_ring.c takes lot of time to compile with clang. It is > > reproducable with compiler version 8.0 on Ubuntu 18.04. > > Amount of testing is reduced, but attempt is made to keep the same > > c

Re: [dpdk-dev] [PATCH] test/ring: fix long compilation time

2020-04-30 Thread Aaron Conole
Honnappa Nagarahalli writes: > test_ring.c takes lot of time to compile with clang. It is > reproducable with compiler version 8.0 on Ubuntu 18.04. > Amount of testing is reduced, but attempt is made to keep > the same coverage. > > Reported-by: Aaron Conole > Reported-by: Thomas Monjalon > Sig

Re: [dpdk-dev] [PATCH] test/ring: fix long compilation time

2020-04-30 Thread Thomas Monjalon
30/04/2020 03:56, Honnappa Nagarahalli: > test_ring.c takes lot of time to compile with clang. It is > reproducable with compiler version 8.0 on Ubuntu 18.04. > Amount of testing is reduced, but attempt is made to keep > the same coverage. > > Reported-by: Aaron Conole > Reported-by: Thomas Monja

[dpdk-dev] [PATCH] test/ring: fix long compilation time

2020-04-29 Thread Honnappa Nagarahalli
test_ring.c takes lot of time to compile with clang. It is reproducable with compiler version 8.0 on Ubuntu 18.04. Amount of testing is reduced, but attempt is made to keep the same coverage. Reported-by: Aaron Conole Reported-by: Thomas Monjalon Signed-off-by: Honnappa Nagarahalli Reviewed-by: