mlx4: use MOFED 3.0 fast verbs interface for Rx operations
authorAlex Rosenbaum <alexr@mellanox.com>
Tue, 30 Jun 2015 09:27:59 +0000 (11:27 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 1 Jul 2015 09:04:40 +0000 (11:04 +0200)
commitacac55f164128fc76da8d93cae1e8c1e560e99f6
tree9ee59c040a8718f8fe44e29ccccb3536b0af758a
parentfec3608673e6a2696e540c0d1dc7e4a15b169fa3
mlx4: use MOFED 3.0 fast verbs interface for Rx operations

This commit replaces the CQ polling and QP posting functions
(mlx4_rx_burst() only) with a new low level interface to improve
performance.

Signed-off-by: Alex Rosenbaum <alexr@mellanox.com>
Signed-off-by: Gilad Berman <giladb@mellanox.com>
Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
drivers/net/mlx4/mlx4.c