aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorJames Simmons <[email protected]>2016-08-24 11:11:58 -0400
committerGreg Kroah-Hartman <[email protected]>2016-09-01 17:25:46 +0200
commitbbc2d82f1cc931f4287c716000ded8c4613249f2 (patch)
tree01e326f14fca0ee4a888860b5c545fa3767fa0fb /tools/perf/scripts/python/bin
parent7f93fce9660158ea0b690af225dcc22b31a845ac (diff)
staging/lustre/o2iblnd: handle mixed page size configurations.
Currently it is not possible to send LNet traffic between two nodes using infiniband hardware that have different page sizes for the case when RDMA fragments are used. When two nodes establish a connection they tell the other node the maximum number of RDMA fragments they support. The issue is that the units are pages, and 256 64K pages corresponds to 16MB of data, whereas a 4K page system is limited to messages with 1MB of data. The solution is to report over the wire the maximum number of fragments in 4K unites regardless of the native page size. The recipient then uses its native page size to translate into the maximum number of pages sized fragments it can send to the other node. Signed-off-by: James Simmons <[email protected]> Reviewed-on: http://review.whamcloud.com/21304 Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-7650 Reviewed-by: Doug Oucharek <[email protected]> Reviewed-by: Olaf Weber <[email protected]> Signed-off-by: Oleg Drokin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions