F-Stack / f-stack

F-Stack is an user space network development kit with high performance based on DPDK, FreeBSD TCP/IP stack and coroutine API.
http://www.f-stack.org
Other
3.87k stars 898 forks source link

bonding not stable #654

Open ghpass opened 2 years ago

ghpass commented 2 years ago

Hello, I am doing the NIC bonding testing. Mode 4 (BALANCE_XMIT_POLICY_LAYER34) is adopted in my testing. Sometimes it can work, but most of time it doesn't work.
Any suggestion is welcome.

Configures are as follows: lcore_mask=1 channel=4 promiscuous=1 numa_on=1 tx_csum_offoad_skip=0 tso=0 vlan_strip=1 port_list=2 nb_vdev=0 nb_bond=1

[port0] addr=192.168.2.178 netmask=255.255.255.0 broadcast=192.168.2.255 gateway=192.168.2.1

slave_port_list=0,1

[bond0] mode=4 slave=0000:1a:00.1,slave=0000:3b:00.1 xmit_policy=l34

jfb8856606 commented 2 years ago

See #680 .

LauKap commented 1 year ago

Have you fixed the problem?