* bug report
@ 2020-03-21 9:38 aaa
2020-03-22 8:13 ` Leon Romanovsky
0 siblings, 1 reply; 2+ messages in thread
From: aaa @ 2020-03-21 9:38 UTC (permalink / raw)
To: linux-rdma
Dear sir:
I have followed the instructions"To set up software RDMA on an existing interface with either of the available drivers, use the following commands, substituting <DRIVER> with the name of the driver of your choice (rdma_rxe or siw) and <TYPE> with the type corresponding to the driver (rxe or siw).
# modprobe <DRIVER>
# rdma link add <NAME> type <TYPE> netdev <DEVICE>
Please note that you need version of iproute2 recent enough is required for the command above to work.
You can use either ibv_devices or rdma link to verify that the device was successfully added."
but when I execute rdma link add, it cann't find the command, so how can i solve it. Thank you very much!
my commands history is showed as below.
zhums@zhums-virtual-machine:~/rdma-core/providers/rxe/man$ rdma link add
未找到 'rdma' 命令,您要输入的是否是:
命令 'dma' 来自于包 'dma' (universe)
rdma:未找到命令
zhums@zhums-virtual-machine:~/rdma-core/providers/rxe/man$ modprobe
modprobe: ERROR: missing parameters. See -h.
zhums@zhums-virtual-machine:~/rdma-core/providers/rxe/man$ modprobe rdma_rxe
zhums@zhums-virtual-machine:~/rdma-core/providers/rxe/man$ modinfo rdma_rxe
filename: /lib/modules/4.15.0-88-generic/kernel/drivers/infiniband/sw/rxe/rdma_rxe.ko
license: Dual BSD/GPL
description: Soft RDMA transport
author: Bob Pearson, Frank Zago, John Groves, Kamal Heib
srcversion: 3301C3D016E893C3F327B14
depends: ib_core,ip6_udp_tunnel,udp_tunnel
retpoline: Y
intree: Y
name: rdma_rxe
vermagic: 4.15.0-88-generic SMP mod_unload
parm: add:Create RXE device over network interface
parm: remove:Remove RXE device over network interface
zhums@zhums-virtual-machine:~/rdma-core/providers/rxe/man$ sudo apt-get install iproute2
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
iproute2 已经是最新版 (4.3.0-1ubuntu3.16.04.5)。
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: bug report
2020-03-21 9:38 bug report aaa
@ 2020-03-22 8:13 ` Leon Romanovsky
0 siblings, 0 replies; 2+ messages in thread
From: Leon Romanovsky @ 2020-03-22 8:13 UTC (permalink / raw)
To: aaa; +Cc: linux-rdma
On Sat, Mar 21, 2020 at 05:38:22PM +0800, aaa wrote:
>
>
>
>
>
>
>
> Dear sir:
> I have followed the instructions"To set up software RDMA on an existing interface with either of the available drivers, use the following commands, substituting <DRIVER> with the name of the driver of your choice (rdma_rxe or siw) and <TYPE> with the type corresponding to the driver (rxe or siw).
> # modprobe <DRIVER>
> # rdma link add <NAME> type <TYPE> netdev <DEVICE>
>
> Please note that you need version of iproute2 recent enough is required for the command above to work.
> You can use either ibv_devices or rdma link to verify that the device was successfully added."
> but when I execute rdma link add, it cann't find the command, so how can i solve it. Thank you very much!
> my commands history is showed as below.
The solution is written in the first sentence "Please note that you need version
of iproute2 recent enough is required for the command above to work."
Thanks
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-03-22 8:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-21 9:38 bug report aaa
2020-03-22 8:13 ` Leon Romanovsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).