diff options
author | 2016-11-10 12:30:33 -0500 | |
---|---|---|
committer | 2016-11-14 16:15:21 +0100 | |
commit | 8bcaef92664f75f3e8c125aa25748a50e74a25e2 (patch) | |
tree | a0b0377e79b981b60f7d658b953d3fa29a96575b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | staging: lustre: obd: rename obd_unpackmd() to md_unpackmd() (diff) | |
download | wireguard-linux-8bcaef92664f75f3e8c125aa25748a50e74a25e2.tar.xz wireguard-linux-8bcaef92664f75f3e8c125aa25748a50e74a25e2.zip |
staging: lustre: ptlrpc: mbits is sent within ptlrpc_body
ptlrpc is using rq_xid as matchbits of bulk data, which means it
has to change rq_xid for bulk resend to avoid several bulk data
landing into the same buffer from different resends.
This patch uses one of reserved __u64 of ptlrpc_body to transfer
mbits to peer, matchbits is now separated from xid. With this change,
ptlrpc can keep rq_xid unchanged on resend, it only updates matchbits
for bulk data.
This protocol change is only applied if both sides of connection have
OBD_CONNECT_BULK_MBITS, otherwise, ptlrpc still uses old approach and
update xid while resending bulk.
Signed-off-by: Liang Zhen <liang.zhen@intel.com>
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-3534
Reviewed-on: http://review.whamcloud.com/15421
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions