Re: [PATCH net-next v2 0/4] bonding: performance and reliability

2018-05-16 Thread David Miller
From: Debabrata Banerjee Date: Mon, 14 May 2018 14:48:06 -0400 > Series of fixes to how rlb updates are handled, code cleanup, allowing > higher performance tx hashing in balance-alb mode, and reliability of > link up/down monitoring. > > v2: refactor bond_is_nondyn_tlb with inline fn, update lo

[PATCH net-next v2 0/4] bonding: performance and reliability

2018-05-14 Thread Debabrata Banerjee
Series of fixes to how rlb updates are handled, code cleanup, allowing higher performance tx hashing in balance-alb mode, and reliability of link up/down monitoring. v2: refactor bond_is_nondyn_tlb with inline fn, update log comment to point out that multicast addresses will not get rlb updates.