Re: Intel 82580 lagg(4) problem

2013-10-11 Thread mybsd
Set net.link.lagg.0.use_flowid=0 not solve the problem. My system is freebsd 8.4, use the e1000 driver from freebsd 8.3 solves this problem . Should confirm that the problem is driver I have already submitted the BUG. http://www.freebsd.org/cgi/query-pr.cgi?pr=182917 __

Re: Intel 82580 lagg(4) problem

2013-09-30 Thread Adrian Chadd
Hi, There's a lagg/lacp option to not hash based on the incoming assigned flowid on the incoming mbuf when transmitting but instead calculate its own hash for outbound transmission. It's net.link.lagg.0.use_flowid . Set it to 0 and retry. Thanks, -adrian On 30 September 2013 02:10, Andriy Ko