]> git.proxmox.com Git - mirror_ovs.git/commit
netdev-dpdk: Remove useless nonpmd_mempool_mutex.
authorDaniele Di Proietto <diproiettod@vmware.com>
Wed, 5 Oct 2016 00:58:05 +0000 (17:58 -0700)
committerDaniele Di Proietto <diproiettod@vmware.com>
Wed, 12 Oct 2016 23:27:16 +0000 (16:27 -0700)
commit1166b0d82043c3f258e7b30ba137deff215e0c63
treeae94be1196668f154225a1d1ad1904a6ff339750
parent0c6f39e5b14237251f2dc2adba95cd7e6669134e
netdev-dpdk: Remove useless nonpmd_mempool_mutex.

Since DPDK commit 30e639989227("mempool: support non-EAL thread"),
non-EAL threads can use the mempool API safely.  Plus, nonpmd threads
access to netdev is already serialized with 'non_pmd_mutex' in
dpif-netdev.

Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
Acked-by: Ben Pfaff <blp@ovn.org>
Acked-by: Aaron Conole <aconole@redhat.com>
Tested-by: Aaron Conole <aconole@redhat.com>
lib/netdev-dpdk.c