Re: [ovs-dev] [PATCH v2] netdev-dpdk: Introduce dpdk_mp_mutex.

2016-09-29 Thread Daniele Di Proietto
2016-09-23 6:17 GMT-07:00 Ilya Maximets : > 'dpdk_mutex' protects two independent things: list of dpdk devices > and list of memory pools. Let's spit it in two to avoid global blocking > inside 'netdev_dpdk.*_reconfigure()' as possible. > > Signed-off-by: Ilya Maximets > --- > > I think, that thi

[ovs-dev] [PATCH v2] netdev-dpdk: Introduce dpdk_mp_mutex.

2016-09-23 Thread Ilya Maximets
'dpdk_mutex' protects two independent things: list of dpdk devices and list of memory pools. Let's spit it in two to avoid global blocking inside 'netdev_dpdk.*_reconfigure()' as possible. Signed-off-by: Ilya Maximets --- I think, that this patch still useful. What do you think, Daniele? Versio