提交 c2d42edb 编写于 作者: A Allen Hubbe 提交者: Jon Mason

NTB: ntb_test: modprobe on remote host

Signed-off-by: NAllen Hubbe <Allen.Hubbe@dell.com>
Acked-by: NLogan Gunthorpe <logang@deltatee.com>
Signed-off-by: NJon Mason <jdmason@kudzu.us>
上级 6f7da290
......@@ -85,6 +85,10 @@ set -e
function _modprobe()
{
modprobe "$@"
if [[ "$REMOTE_HOST" != "" ]]; then
ssh "$REMOTE_HOST" modprobe "$@"
fi
}
function split_remote()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册