On 08.12.2019 14:22, Eli Britstein wrote:
> Flow deletion and dumping for statistics collection are called from
> different threads. As a pre-step towards collecting HW statistics,
> protect the UFID map by mutex to make it thread safe.
> 
> Signed-off-by: Eli Britstein <el...@mellanox.com>
> ---
>  lib/netdev-offload-dpdk.c | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 

This patch is not needed as you have to hold global datapath port
mutex while calling netdev-offload-dpdk functions.  This module
is not thread safe at all.

See https://patchwork.ozlabs.org/patch/1207077/ .

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to