nvidia@thorB:~$ zcat /proc/config.gz | grep BONDING
CONFIG_BONDING is not set
nvidia@thorB:~$ zcat /proc/config.gz | grep NET_TEAM
CONFIG_NET_TEAM is not set
then How to test network bonding on the Thor?
need to manually enable the modules?
nvidia@thorB:~$ zcat /proc/config.gz | grep BONDING
CONFIG_BONDING is not set
nvidia@thorB:~$ zcat /proc/config.gz | grep NET_TEAM
CONFIG_NET_TEAM is not set
then How to test network bonding on the Thor?
need to manually enable the modules?
Suppposed yes, you may need to enable CONFIG_BONDING and CONFIG_NET_TEAM in your defconfig. You need to recompile kernel. Default kernel does not support it.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.