Whamcloud - gitweb
LU-10157 ptlrpc: separate number MD and refrences for bulk 75/41275/3
authorAlexey Lyashkov <c17817@cray.com>
Wed, 20 Jan 2021 01:39:27 +0000 (20:39 -0500)
committerOleg Drokin <green@whamcloud.com>
Thu, 4 Mar 2021 08:36:13 +0000 (08:36 +0000)
commit39cc8bd8d3747583e5029e4cd9520115ab0c6ff1
treee5289c4b12b9a36fa3851dc281bedf5035695d43
parent7a354e82d99d57103ed52cb7872cd64090b43383
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.

Lustre-change: https://review.whamcloud.com/37386/
Lustre-commit: 8a7f2d4b11801eae4c91904da9f9750a012a6b11

Cray-bug-id: LUS-8139
Signed-off-by: Alexey Lyashkov <c17817@cray.com>
Signed-off-by: Serguei Smirnov <ssmirnov@whamcloud.com>
Change-Id: Ic7d62c5c8d30fd6b681853a65429394ed2f122f2
Reviewed-on: https://review.whamcloud.com/41275
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Alexey Lyashkov <alexey.lyashkov@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