Pushed to master with the function name change (ovs_vport_cmd_alloc() ->
ovs_vport_cmd_alloc_info()).
Jarno
On Mar 28, 2014, at 1:26 PM, Pravin Shelar wrote:
> On Tue, Mar 25, 2014 at 2:35 PM, Jarno Rajahalme
> wrote:
>> Move most memory allocations away from the ovs_mutex critical
>> sect
On Tue, Mar 25, 2014 at 2:35 PM, Jarno Rajahalme wrote:
> Move most memory allocations away from the ovs_mutex critical
> sections. vport allocations still happen while the lock is taken, as
> changing that would require major refactoring. Also, vports are
> created very rarely so it should not m
Move most memory allocations away from the ovs_mutex critical
sections. vport allocations still happen while the lock is taken, as
changing that would require major refactoring. Also, vports are
created very rarely so it should not matter.
Change ovs_dp_cmd_get() now only takes the rcu_read_lock(