-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
I am trying to transport data using IPoPCI via ntb_netdev. I am following the general outline given in step 4 of the "Non-Crosslink NTB connection for Linux" section:
https://docs.nvidia.com/drive/drive_os_5.1.6.1L/nvvib_docs/index.html#page/DRIVE_OS_Linux_SDK_Development_Guide/System%20Programming/sys_components_non_transparent_bridging.html
One machine is running Ubuntu 18.04 and has a PM40036 and the other machine is running Ubuntu 16.04 and has a PM8534 switch.
I am trying to load the kernels doing the following
modprobe ntb
modprobe switchtec
modprobe ntb_hw_switchtec
modprobe ntb_transport
modprobe ntb_netdev
When I load ntb_transport I get the first line:
[ 559.033375] Software Queue-Pair Transport over NTB, version 4
However, I do not get the second line:
[ 559.034097] switchtec switchtec0: ntb link up
Then if I try to load ntb_netdev I get the following:
modprobe: ERROR: could not insert 'ntb_netdev': No such device
Can you provide me with any information on what may be causing this error?
Metadata
Metadata
Assignees
Labels
No labels