]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx4_core: Cache line EQE size support
authorIdo Shamay <idos@mellanox.com>
Thu, 18 Sep 2014 08:51:00 +0000 (11:51 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Sep 2014 21:30:10 +0000 (17:30 -0400)
commit8c7a4c046e095c1173e9c3c22978dd299cfb0301
tree1079096c4a0b59899c5e953be2b33723776f5c32
parent6cbe45eec065bd8e1c360077b87bd671f69e0def
net/mlx4_core: Cache line EQE size support

Enable mlx4 interrupt handler to work with EQE stride feature,
The feature may be enabled when cache line is bigger than 64B.
The EQE size will then be the cache line size, and the context
segment resides in [0-31] offset.

Signed-off-by: Ido Shamay <idos@mellanox.com>
Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il>
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/eq.c