commit | c354dff00db8df80f271418d8392065e10ffffb6 | [log] [tgz] |
---|---|---|
author | Devesh Sharma <devesh.sharma@broadcom.com> | Mon Feb 26 01:51:38 2018 -0800 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Wed Feb 28 12:10:32 2018 -0700 |
tree | 421255c3ef313cee1f5ad783ab100bae43b246e4 | |
parent | a45bc17b360d75fac9ced85e99fda14bf38b4dc3 [diff] |
RDMA/bnxt_re: Fix incorrect DB offset calculation To support host systems with non 4K page size, l2_db_size shall be calculated with 4096 instead of PAGE_SIZE. Also, supply the host page size to FW during initialization. Signed-off-by: Devesh Sharma <devesh.sharma@broadcom.com> Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>