mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER()
The firmware QUERY_ADAPTER command does not return vendor_id, device_id, and revision_id; eliminate these fields from the query. Initialize the rev_id field of the mlx4 device via init_node_data (MAD IFC query), as is done in the query_device verb implementation. Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
committed by
Roland Dreier
parent
6ccef1de2c
commit
893da75956
@@ -534,7 +534,6 @@ static int mlx4_init_hca(struct mlx4_dev *dev)
|
||||
}
|
||||
|
||||
priv->eq_table.inta_pin = adapter.inta_pin;
|
||||
dev->rev_id = adapter.revision_id;
|
||||
memcpy(dev->board_id, adapter.board_id, sizeof dev->board_id);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user