Files
android_kernel_xiaomi_sm8450/drivers/net/ethernet/mellanox/mlx4
Eric Dumazet 99f5711e7c mlx4: do not use rwlock in fast path
Using a reader-writer lock in fast path is silly, when we can
instead use RCU or a seqlock.

For mlx4 hwstamp clock, a seqlock is the way to go, removing
two atomic operations and false sharing.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Tariq Toukan <tariqt@mellanox.com>
Reviewed-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-02-15 12:06:18 -05:00
..
2016-05-05 23:23:05 -04:00
2016-09-11 19:40:26 -07:00
2016-09-30 01:56:41 -04:00
2016-11-16 09:26:34 +01:00
2017-02-15 12:06:18 -05:00
2016-07-04 15:22:33 -07:00
2017-02-06 12:01:06 -05:00