Re: [ovs-dev] [PATCH v3] dpif-netdev: fix race for queues between pmd threads

2015-08-04 Thread Ethan Jackson
Hey, Really sorry this has taken so long to merge. I dropped the ball. It's in now. Ethan On Tue, Aug 4, 2015 at 5:26 AM, Ilya Maximets wrote: > Will anyone plan to apply this patch? > > Best regards, Ilya Maximets. > > On 28.07.2015 23:48, Flavio Leitner wrote: >> On Tue, Jul 28, 2015 at 09:

Re: [ovs-dev] [PATCH v3] dpif-netdev: fix race for queues between pmd threads

2015-08-04 Thread Ilya Maximets
Will anyone plan to apply this patch? Best regards, Ilya Maximets. On 28.07.2015 23:48, Flavio Leitner wrote: > On Tue, Jul 28, 2015 at 09:55:52AM +0300, Ilya Maximets wrote: >> Currently pmd threads select queues in pmd_load_queues() according to >> get_n_pmd_threads_on_numa(). This behavior lea

Re: [ovs-dev] [PATCH v3] dpif-netdev: fix race for queues between pmd threads

2015-07-28 Thread Flavio Leitner
On Tue, Jul 28, 2015 at 09:55:52AM +0300, Ilya Maximets wrote: > Currently pmd threads select queues in pmd_load_queues() according to > get_n_pmd_threads_on_numa(). This behavior leads to race between pmds, > beacause dp_netdev_set_pmds_on_numa() starts them one by one and > current number of thre

Re: [ovs-dev] [PATCH v3] dpif-netdev: fix race for queues between pmd threads

2015-07-28 Thread Daniele Di Proietto
Acked-by: Daniele Di Proietto Thanks! On 28/07/2015 07:55, "Ilya Maximets" wrote: >Currently pmd threads select queues in pmd_load_queues() according to >get_n_pmd_threads_on_numa(). This behavior leads to race between pmds, >beacause dp_netdev_set_pmds_on_numa() starts them one by one and >cu