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

Daniele Di Proietto diproiettod at ovn.org
Thu Sep 29 18:42:28 UTC 2016


2016-09-23 6:17 GMT-07:00 Ilya Maximets <i.maximets at samsung.com>:

> '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.maximets at samsung.com>
> ---
>
> I think, that this patch still useful.
> What do you think, Daniele?
>
>
Agreed, it seems to simplify things a little bit.

I added an extra thread safety annotation and applied this to master,
thanks!



More information about the dev mailing list