I have a NAS which has 2 10Gbe ports, and it provides Adaptive Load Balancing (ALB)
link aggregation function.
By checking Wikipedia, it seems that in ALB
, the bonding driver needs to go through complicated processes (intercept ARP, overwrite HW addresses, etc) to make the link aggregation works.
I plan to connect both network ports to a 10Gbe switch and use the ALB
function to increase the bandwidth, but i worry that the ALB
function will cause high CPU usage.
Will ALB link aggregation causes high CPU usage in a NAS? Will it really able to increase the bandwidth to >10Gbps without affecting the NAS performance?