aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorGuy Levi <[email protected]>2018-11-26 08:15:50 +0200
committerJason Gunthorpe <[email protected]>2018-11-29 17:12:13 -0700
commit34f4c9554d8b2a7d2deb9503e9373b598ee3279f (patch)
tree28b9f7c04c3a0f12c7fa795ec5cd66c812b83971 /tools/perf/scripts/python
parent20e5a59b2e64a01f8e0957727887564a4d004970 (diff)
IB/mlx5: Use fragmented QP's buffer for in-kernel users
The current implementation of create QP requires contiguous memory, such a requirement is problematic once the memory is fragmented or the system is low in memory, it causes failures in dma_zalloc_coherent(). This patch takes advantage of the new mlx5_core API which allocates a fragmented buffer. This makes the QP creation much more resilient to memory fragmentation. Data-path code was adapted to the fact that WQEs can cross buffers. We also use the opportunity to fix some cosmetic legacy coding convention errors which were in the feature scope. Signed-off-by: Guy Levi <[email protected]> Reviewed-by: Majd Dibbiny <[email protected]> Signed-off-by: Leon Romanovsky <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions