Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Recently, I'm view the bonding code in Linux. But I just failed to understand some terms:bond, aggregator, slave and port. I think 'bond' and 'aggregator' are the same concept, and one bond has many slaves, when a port has been added to one bond, then it's called slave. While I saw the comment about function __get_next_agg: get the next aggregator in the bond. It seems that one bond could has many aggregators...Who can explain these terms, thanks!

share|improve this question
I think you should read GNU/Linux Bonding driver documentation, especially the section on mode parameter listing all possible uses of bonding. BTW, one of them is "IEEE 802.3ad Dynamic link aggregation (802.3ad)" – Stephane Rouberol Aug 19 '12 at 17:52
I have read both 'bonding.txt' and 'IEEE 802.3ad', so I understand. But the code just confuse me. – neil Aug 20 '12 at 2:40

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.