Re: [lng-odp] [PATCH v4] example: add IPv4 fragmentation/reassembly example

2017-06-23 Thread Maxim Uvarov
On 06/23/17 23:32, Brian Brooks wrote: > On 06/23 22:50:09, Maxim Uvarov wrote: >> clang -m32 on x86 failed. > > On 32-bit machines -latomic is needed when compiling with > Clang. It is not needed with GCC. > > I suspect the atomics checking in > /platform/linux-generic/m4/configure.ac is always

Re: [lng-odp] [PATCH v4] example: add IPv4 fragmentation/reassembly example

2017-06-23 Thread Brian Brooks
On 06/23 22:50:09, Maxim Uvarov wrote: > clang -m32 on x86 failed. On 32-bit machines -latomic is needed when compiling with Clang. It is not needed with GCC. I suspect the atomics checking in /platform/linux-generic/m4/configure.ac is always using GCC when compiling these mini sources. It needs

Re: [lng-odp] [PATCH v4] example: add IPv4 fragmentation/reassembly example

2017-06-23 Thread Maxim Uvarov
clang -m32 on x86 failed. Joe, do you want to take a look at it? [...truncated 76.24 KB...] cc: clang cc version: 3.5.0 cppflags: am_cppflags:

Re: [lng-odp] [PATCH v4] example: add IPv4 fragmentation/reassembly example

2017-06-21 Thread Maxim Uvarov
On 06/13/17 17:44, Joe Savage wrote: Any progress on this, Maxim? Merged! Maxim.

Re: [lng-odp] [PATCH v4] example: add IPv4 fragmentation/reassembly example

2017-06-13 Thread Maxim Uvarov
On 06/13/17 17:44, Joe Savage wrote: > Joe, > > can you please make it work with clang? I sent a patch to ml before. It > might still apply, so you can review it. > https://travis-ci.org/muvarov/odp/jobs/223572921 > > the goal is to find good combination of -mcx16 and

Re: [lng-odp] [PATCH v4] example: add IPv4 fragmentation/reassembly example

2017-06-13 Thread Joe Savage
> > >> Joe, > > >> > > >> can you please make it work with clang? I sent a patch to ml before. It > > >> might still apply, so you can review it. > > >> https://travis-ci.org/muvarov/odp/jobs/223572921 > > >> > > >> the goal is to find good combination of -mcx16 and -latomic flags. And > > >> we

Re: [lng-odp] [PATCH v4] example: add IPv4 fragmentation/reassembly example

2017-04-20 Thread Joe Savage
> >> Joe, > >> > >> can you please make it work with clang? I sent a patch to ml before. It > >> might still apply, so you can review it. > >> https://travis-ci.org/muvarov/odp/jobs/223572921 > >> > >> the goal is to find good combination of -mcx16 and -latomic flags. And > >> we need to test that

Re: [lng-odp] [PATCH v4] example: add IPv4 fragmentation/reassembly example

2017-04-19 Thread Maxim Uvarov
On 04/19/17 19:15, Joe Savage wrote: >> Joe, >> >> can you please make it work with clang? I sent a patch to ml before. It >> might still apply, so you can review it. >> https://travis-ci.org/muvarov/odp/jobs/223572921 >> >> the goal is to find good combination of -mcx16 and -latomic flags. And >>

Re: [lng-odp] [PATCH v4] example: add IPv4 fragmentation/reassembly example

2017-04-19 Thread Joe Savage
> Joe, > > can you please make it work with clang? I sent a patch to ml before. It > might still apply, so you can review it. > https://travis-ci.org/muvarov/odp/jobs/223572921 > > the goal is to find good combination of -mcx16 and -latomic flags. And > we need to test that it still works on arm

Re: [lng-odp] [PATCH v4] example: add IPv4 fragmentation/reassembly example

2017-04-19 Thread Maxim Uvarov
Joe, can you please make it work with clang? I sent a patch to ml before. It might still apply, so you can review it. https://travis-ci.org/muvarov/odp/jobs/223572921 the goal is to find good combination of -mcx16 and -latomic flags. And we need to test that it still works on arm due to there is

[lng-odp] [PATCH v4] example: add IPv4 fragmentation/reassembly example

2017-04-13 Thread Joe Savage
Add an example application implementing lock-free IPv4 fragmentation and reassembly functionality using ODP's packet "concat" and "split". Signed-off-by: Joe Savage Reviewed-and-tested-by: Bill Fischofer --- (This code contribution is provided under the terms of agreement