Jump to content
Калькуляторы

bond-xmit_hash_policy layer3+4 bond ubuntu 14

Коллеги Доброго Дня.

 

bond-xmit_hash_policy layer3+4 - коллеги подскажите, что обозначает сия опция в bonding?

 

Если я ее не указал, а алгоритм на коммутаторе Link Aggregation Algorithm = IP-Source-Dest

 

может как-то влиять?

Share this post


Link to post
Share on other sites

В общем то разницы нет как с какой стороны балансируется нагрузка.

Остальное лучше почитать в документации.

Share this post


Link to post
Share on other sites

что обозначает сия опция в bonding?

 

       hash = (__force u32)flow.ports.ports;
       hash ^= (__force u32)flow_get_u32_dst(&flow) ^ (__force u32)flow_get_u32_src(&flow);
       hash ^= (hash >> 16);
       hash ^= (hash >> 8);

:)

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.