On Thu, Apr 18, 2013 at 2:30 PM, Pravin B Shelar <pshe...@nicira.com> wrote:
> OVS locking was recently changed to have private OVS lock which
> simplified overall locking.  Therefore there is no need to have
> another global genl lock to protect OVS data structures.  Following
> patch uses of lockless genl family for OVS.  This also allows
> more granual OVS locking using ovs_mutex for protecting OVS data
> structures, which gives more concurrencey.  E.g multiple genl
> operations OVS_PACKET_CMD_EXECUTE can run in parallel, etc.
>
> Signed-off-by: Pravin B Shelar <pshe...@nicira.com>
> ---
> Updated commit msg according comment From Jesse.

Once the genl parts have been reviewed:
Acked-by: Jesse Gross <je...@nicira.com>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to