Re: [PATCH net-next V2 3/4] net/mlx4_core: Use RCU to perform radix tree lookup for SRQ

2016-09-20 Thread Leon Romanovsky
On Tue, Sep 20, 2016 at 03:47:49PM +0300, Sergei Shtylyov wrote: > Hello. > > On 9/20/2016 2:39 PM, Tariq Toukan wrote: > > >From: Leon Romanovsky > > > >Radix tree lookup can be performed without locking. > > > >Fixes: 225c7b1feef1 ("IB/mlx4: Add a driver Mellanox ConnectX InfiniBand > >adapters

Re: [PATCH net-next V2 3/4] net/mlx4_core: Use RCU to perform radix tree lookup for SRQ

2016-09-20 Thread Sergei Shtylyov
Hello. On 9/20/2016 2:39 PM, Tariq Toukan wrote: From: Leon Romanovsky Radix tree lookup can be performed without locking. Fixes: 225c7b1feef1 ("IB/mlx4: Add a driver Mellanox ConnectX InfiniBand adapters") Signed-off-by: Leon Romanovsky Suggested-by: Sagi Grimberg Signed-off-by: Tariq To