[ovs-dev] [OVN Patch v10 1/4] ovn-libs: Add support for parallel processing

2021-01-11 Thread anton . ivanov
From: Anton Ivanov This adds a set of functions and macros intended to process hashes in parallel. The principles of operation are documented in the fasthmap.h If these one day go into the OVS tree, the OVS tree versions would be used in preference. Signed-off-by: Anton Ivanov --- lib/automa

Re: [ovs-dev] [OVN Patch v10 1/4] ovn-libs: Add support for parallel processing

2021-01-11 Thread 0-day Robot
Bleep bloop. Greetings Anton Ivanov, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Line is 83 characters long (recommended limit is 79) #169 FILE: lib/fasthmap.c:128:

Re: [ovs-dev] [OVN Patch v10 1/4] ovn-libs: Add support for parallel processing

2021-01-14 Thread Ilya Maximets
On 1/11/21 10:51 AM, anton.iva...@cambridgegreys.com wrote: > From: Anton Ivanov > > This adds a set of functions and macros intended to process > hashes in parallel. > > The principles of operation are documented in the fasthmap.h > > If these one day go into the OVS tree, the OVS tree version

Re: [ovs-dev] [OVN Patch v10 1/4] ovn-libs: Add support for parallel processing

2021-01-14 Thread Mark Michelson
I see that Ilya has some comments, so those need addressing, but aside from that, I reviewed and Acked-by: Mark Michelson On 1/11/21 4:51 AM, anton.iva...@cambridgegreys.com wrote: From: Anton Ivanov This adds a set of functions and macros intended to process hashes in parallel. The princi

Re: [ovs-dev] [OVN Patch v10 1/4] ovn-libs: Add support for parallel processing

2021-01-14 Thread Anton Ivanov
On 14/01/2021 11:54, Ilya Maximets wrote: On 1/11/21 10:51 AM, anton.iva...@cambridgegreys.com wrote: From: Anton Ivanov This adds a set of functions and macros intended to process hashes in parallel. The principles of operation are documented in the fasthmap.h If these one day go into the