Whamcloud - gitweb
LU-10157 ptlrpc: separate number MD and refrences for bulk 86/37386/10
authorAlexey Lyashkov <c17817@cray.com>
Mon, 1 Jun 2020 12:57:53 +0000 (08:57 -0400)
committerOleg Drokin <green@whamcloud.com>
Sat, 6 Jun 2020 14:02:25 +0000 (14:02 +0000)
commit8a7f2d4b11801eae4c91904da9f9750a012a6b11
tree6ae94d18004acdf196a2878ed23aba61fafeb06b
parent28be31137cd22223113e461f74098c92ba6d71e4
LU-10157 ptlrpc: separate number MD and refrences for bulk

Introduce a bulk desc refs, it's different from MD's count ptlrpc
expects to have events from all MD's even it's filled or not. So,
number an MD's to post is related to the requested transfer size,
not a number MD's with data.

Cray-bug-id: LUS-8139
Signed-off-by: Alexey Lyashkov <c17817@cray.com>
Change-Id: I86a13d89eb68f469678baa842d47f5a9d910802a
Reviewed-on: https://review.whamcloud.com/37386
Reviewed-by: James Simmons <jsimmons@infradead.org>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/lustre_net.h
lustre/ptlrpc/client.c
lustre/ptlrpc/events.c
lustre/ptlrpc/niobuf.c