Skip to content

Commit d7fc52b

Browse files
jamesasimmonsgregkh
authored andcommitted
staging: lustre: report minimum of two buffers for LNet selftest load test
The minimum number reserve buffer for lnet selftest load test is two not one. Signed-off-by: James Simmons <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 9a41340 commit d7fc52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/lustre/lnet/selftest/framework.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ sfw_load_test(struct sfw_test_instance *tsi)
588588

589589
CDEBUG(D_NET, "Reserved %d buffers for test %s\n",
590590
nbuf * (srpc_serv_is_framework(svc) ?
591-
1 : cfs_cpt_number(cfs_cpt_table)), svc->sv_name);
591+
2 : cfs_cpt_number(cfs_cpt_table)), svc->sv_name);
592592
return 0;
593593
}
594594

0 commit comments

Comments
 (0)