Re: [PATCH] net: bonding: alb disable balance for IPv6 multicast related mac

2020-10-28 Thread Jay Vosburgh
LIU Yulong wrote: >According to the RFC 2464 [1] the prefix "33:33:xx:xx:xx:xx" is defined to >construct the multicast destination MAC address for IPv6 multicast traffic. >The NDP (Neighbor Discovery Protocol for IPv6)[2] will comply with such >rule. The work steps [6] are: > *) Let's assume a d

Re: [PATCH] net: bonding: alb disable balance for IPv6 multicast related mac

2020-10-28 Thread Jay Vosburgh
fied to simply say that IPv6 > >>multicast destinations should not be tx-balanced, which I suspect is the > >>real purpose. > > > >Done, I will update. > > > >> */ > >>- if (ether_addr_equal_64bits(eth_data->h_dest, mac_v6_allmcast)) { > >>+ if (is_i