Re: [ovs-dev] [PATCH v5 1/2] handlers: Create additional handler threads when using CPU isolation

2022-07-06 Thread Aaron Conole
Michael Santana writes: > On 7/4/22 09:46, Ilya Maximets wrote: >> Hi, Michael. Thanks for the new version! > Hi Ilya, thanks for the response >> On 6/6/22 20:59, Michael Santana wrote: >>> Additional threads are required to service upcalls when we have CPU >>> isolation (in per-cpu dispatch

Re: [ovs-dev] [PATCH v5 1/2] handlers: Create additional handler threads when using CPU isolation

2022-07-05 Thread Michael Santana
On 7/4/22 09:46, Ilya Maximets wrote: Hi, Michael. Thanks for the new version! Hi Ilya, thanks for the response On 6/6/22 20:59, Michael Santana wrote: Additional threads are required to service upcalls when we have CPU isolation (in per-cpu dispatch mode). The reason additional threads

Re: [ovs-dev] [PATCH v5 1/2] handlers: Create additional handler threads when using CPU isolation

2022-07-04 Thread Ilya Maximets
Hi, Michael. Thanks for the new version! On 6/6/22 20:59, Michael Santana wrote: > Additional threads are required to service upcalls when we have CPU > isolation (in per-cpu dispatch mode). The reason additional threads > are required is because it creates a more fair distribution. I think,

Re: [ovs-dev] [PATCH v5 1/2] handlers: Create additional handler threads when using CPU isolation

2022-06-21 Thread Michael Santana
On Fri, Jun 17, 2022 at 12:10 PM Mike Pattrick wrote: > > On Mon, Jun 6, 2022 at 3:00 PM Michael Santana wrote: > > > > Additional threads are required to service upcalls when we have CPU > > isolation (in per-cpu dispatch mode). The reason additional threads > > are required is because it

Re: [ovs-dev] [PATCH v5 1/2] handlers: Create additional handler threads when using CPU isolation

2022-06-17 Thread Mike Pattrick
On Mon, Jun 6, 2022 at 3:00 PM Michael Santana wrote: > > Additional threads are required to service upcalls when we have CPU > isolation (in per-cpu dispatch mode). The reason additional threads > are required is because it creates a more fair distribution. With more > threads we decrease the

[ovs-dev] [PATCH v5 1/2] handlers: Create additional handler threads when using CPU isolation

2022-06-06 Thread Michael Santana
Additional threads are required to service upcalls when we have CPU isolation (in per-cpu dispatch mode). The reason additional threads are required is because it creates a more fair distribution. With more threads we decrease the load of each thread as more threads would decrease the number of