diff options
author | Selvin Xavier <[email protected]> | 2021-09-15 05:32:39 -0700 |
---|---|---|
committer | Jason Gunthorpe <[email protected]> | 2021-09-20 13:37:02 -0300 |
commit | 2b4ccce6cafae8eff0daec06b7652d9ab75f692f (patch) | |
tree | 81429704fb514bd37488b8499232db82fcbc5f81 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 598d16fa1bf93431ad35bbab3ed1affe4fb7b562 (diff) |
RDMA/bnxt_re: Fix FRMR issue with single page MR allocation
When the FRMR is allocated with single page, driver is attempting to
create a level 0 HWQ and not allocating any page because the nopte field
is set. This causes the crash during post_send as the pbl is not
populated.
To avoid this crash, check for the nopte bit during HWQ creation with
single page and create a level 1 page table and populate the pbl address
correctly.
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Leon Romanovsky <[email protected]>
Signed-off-by: Selvin Xavier <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions