From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v2 0/4] bonding: performance and reliability Date: Wed, 16 May 2018 12:16:04 -0400 (EDT) Message-ID: <20180516.121604.176260734972593028.davem@davemloft.net> References: <20180514184810.15506-1-dbanerje@akamai.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, j.vosburgh@gmail.com, vfalico@gmail.com, andy@greyhouse.net To: dbanerje@akamai.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:41854 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750799AbeEPQQG (ORCPT ); Wed, 16 May 2018 12:16:06 -0400 In-Reply-To: <20180514184810.15506-1-dbanerje@akamai.com> Sender: netdev-owner@vger.kernel.org List-ID: 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 log comment to > point out that multicast addresses will not get rlb updates. Series applied, thank you.