]> Git Repo - linux.git/commit
net/mlx4_core: Fixes for VF / Guest startup flow
authorJack Morgenstein <[email protected]>
Wed, 30 May 2012 09:14:53 +0000 (09:14 +0000)
committerDavid S. Miller <[email protected]>
Thu, 31 May 2012 22:18:16 +0000 (18:18 -0400)
commitb91cb3ebcd5ef8db956b8caa486d780dc52b07f1
tree76aa23e2322dc4a6ea39778656688a85ea5b03f3
parent13bf58b7604d9adfebb8b7c95e6cfb31ec17c699
net/mlx4_core: Fixes for VF / Guest startup flow

- pass the following parameters:
  - firmware version (added QUERY_FW paravirtualization for that)

  - disable Blueflame on slaves. KVM disables write combining on guests,
    and we get better performance without BF in this case. (This requires
    QUERY_DEV_CAP paravirtualization, also in this commit)

  - max qp rdma as destination

- get rid of a chunk of "if (0)" dead code

Signed-off-by: Jack Morgenstein <[email protected]>
Reviewed-by: Or Gerlitz <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/mellanox/mlx4/cmd.c
drivers/net/ethernet/mellanox/mlx4/fw.c
drivers/net/ethernet/mellanox/mlx4/main.c
drivers/net/ethernet/mellanox/mlx4/mlx4.h
This page took 0.053101 seconds and 4 git commands to generate.