Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roundrobin mode traffic reduction #80

Open
mzky opened this issue Oct 12, 2024 · 0 comments
Open

roundrobin mode traffic reduction #80

mzky opened this issue Oct 12, 2024 · 0 comments

Comments

@mzky
Copy link

mzky commented Oct 12, 2024

Is it normal or abnormal for the network port team roundrobin mode to bind ports that are not connected to the network cable to cause a decrease in traffic? (at libteam1.31~1.32)

for example(use iperf3):
eth0 eth1 are connected to the network, while eth2 eth3 eth4 eth5 are not connected to the network

  1. Bind Ethernet ports eth0 eth1 to the polling team
    Normal traffic
    image

  2. Bind Ethernet ports eth0 eth1 eth2 to the polling team
    Total traffic decreased by 20%
    image

  3. Bind Ethernet ports eth0 eth1 eth2 eth3 to the polling team
    Total traffic decreased by 50%
    image

  4. Bind Ethernet ports eth0 eth1 eth2 eth3 eth4 to the polling team
    Total traffic decreased by 30%
    image

  5. Bind Ethernet all ports to the polling team
    The total traffic has decreased by 50%, with the same effect as the 3 item

Thanks.

@mzky mzky changed the title roundrobin mode traffic reduction issue roundrobin mode traffic reduction Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant