Re: [PATCH net 6/9] net/mlx4_core: Use RCU to perform radix tree lookup for SRQ

2016-09-11 Thread Tariq Toukan
Hi Dave, On 08/09/2016 11:36 PM, David Miller wrote: From: Tariq Toukan Date: Thu, 8 Sep 2016 11:51:58 +0300 From: Leon Romanovsky Radix tree lookup can be performed without locking. Fixes: 225c7b1feef1 ("IB/mlx4: Add a driver Mellanox ConnectX InfiniBand adapters") Suggested-by: Sagi Gr

Re: [PATCH net 6/9] net/mlx4_core: Use RCU to perform radix tree lookup for SRQ

2016-09-08 Thread David Miller
From: Tariq Toukan Date: Thu, 8 Sep 2016 11:51:58 +0300 > From: Leon Romanovsky > > Radix tree lookup can be performed without locking. > > Fixes: 225c7b1feef1 ("IB/mlx4: Add a driver Mellanox ConnectX InfiniBand > adapters") > Suggested-by: Sagi Grimberg > Signed-off-by: Leon Romanovsky >