* [PATCH net] net/mlx5_core: Fix configuration of log_uar_page_sz
@ 2015-02-11 14:40 Eli Cohen
2015-02-12 3:42 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Eli Cohen @ 2015-02-11 14:40 UTC (permalink / raw)
To: davem; +Cc: netdev, clsoto, ogerlitz
The current code failed to configure the page size for architectures with page
size different than 4K - PPC for example.
Signed-off-by: Carol L Soto <clsoto@us.ibm.com>
Signed-off-by: Eli Cohen <eli@mellanox.com>
---
Hi Dave,
this patch fixes a problem in powerpc with 64K page size
Eli
drivers/net/ethernet/mellanox/mlx5/core/main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/main.c b/drivers/net/ethernet/mellanox/mlx5/core/main.c
index 3a85904932e7..52d3afd6d548 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/main.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/main.c
@@ -290,6 +290,7 @@ static void copy_rw_fields(void *to, struct mlx5_caps *from)
MLX5_SET(cmd_hca_cap, to, log_max_ra_req_dc, from->gen.log_max_ra_req_dc);
MLX5_SET(cmd_hca_cap, to, log_max_ra_res_dc, from->gen.log_max_ra_res_dc);
MLX5_SET(cmd_hca_cap, to, pkey_table_size, to_fw_pkey_sz(from->gen.pkey_table_size));
+ MLX5_SET(cmd_hca_cap, to, log_uar_page_sz, PAGE_SHIFT - 12);
v64 = from->gen.flags & MLX5_CAP_BITS_RW_MASK;
*flags_off = cpu_to_be64(v64);
}
--
2.3.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net] net/mlx5_core: Fix configuration of log_uar_page_sz
2015-02-11 14:40 [PATCH net] net/mlx5_core: Fix configuration of log_uar_page_sz Eli Cohen
@ 2015-02-12 3:42 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2015-02-12 3:42 UTC (permalink / raw)
To: eli; +Cc: netdev, clsoto, ogerlitz
From: Eli Cohen <eli@dev.mellanox.co.il>
Date: Wed, 11 Feb 2015 16:40:38 +0200
> The current code failed to configure the page size for architectures with page
> size different than 4K - PPC for example.
>
> Signed-off-by: Carol L Soto <clsoto@us.ibm.com>
> Signed-off-by: Eli Cohen <eli@mellanox.com>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-12 3:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-11 14:40 [PATCH net] net/mlx5_core: Fix configuration of log_uar_page_sz Eli Cohen
2015-02-12 3:42 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).