mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-28 04:17:47 +00:00
NTB: ntb_test: modprobe on remote host
Signed-off-by: Allen Hubbe <Allen.Hubbe@dell.com> Acked-by: Logan Gunthorpe <logang@deltatee.com> Signed-off-by: Jon Mason <jdmason@kudzu.us>
This commit is contained in:
parent
6f7da29041
commit
c2d42edb52
@ -85,6 +85,10 @@ set -e
|
||||
function _modprobe()
|
||||
{
|
||||
modprobe "$@"
|
||||
|
||||
if [[ "$REMOTE_HOST" != "" ]]; then
|
||||
ssh "$REMOTE_HOST" modprobe "$@"
|
||||
fi
|
||||
}
|
||||
|
||||
function split_remote()
|
||||
|
Loading…
Reference in New Issue
Block a user