On Thu, Oct 05, 2017 at 04:23:45PM -0400, Patrick Talbert wrote: > Network performance can suffer when a load balancing bond uses slave > interfaces which are in different NUMA domains. > > This compares the NUMA domain of a newly enslaved interface against any > existing enslaved interfaces and prints a warning if they do not match.
Hi Patrick Is there a bonding mode which might actually want to do this? Send on the local domain, unless it is overloaded, in which case send it to the other domain? There is also this talk for netdev: https://netdevconf.org/2.2/session.html?shochat-devicemgmt-talk Andrew