Re: [ovs-dev] [PATCH ovn] northd: Add config option to specify # of threads

2021-07-14 Thread Numan Siddique
On Wed, Jul 7, 2021 at 3:15 AM Fabrizio D'Angelo wrote: > > Uses northd database to specify number of threads that should be used > when lflow parallel computation is enabled. > > Example: > ovn-nbctl set NB_Global . options:num_parallel_threads=16 > > Reported at: > https://bugzilla.redha

Re: [ovs-dev] [PATCH ovn] northd: Add config option to specify # of threads

2021-07-07 Thread 0-day Robot
Bleep bloop. Greetings Fabrizio D'Angelo, 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 81 characters long (recommended limit is 79) #98 FILE: lib/ovn-parallel-h

[ovs-dev] [PATCH ovn] northd: Add config option to specify # of threads

2021-07-07 Thread Fabrizio D'Angelo
Uses northd database to specify number of threads that should be used when lflow parallel computation is enabled. Example: ovn-nbctl set NB_Global . options:num_parallel_threads=16 Reported at: https://bugzilla.redhat.com/show_bug.cgi?id=1975345 Signed-off-by: Fabrizio D'Angelo --- lib