From mboxrd@z Thu Jan 1 00:00:00 1970 From: Debabrata Banerjee Subject: [PATCH net-next 0/4] bonding: performance and reliability Date: Fri, 11 May 2018 15:25:44 -0400 Message-ID: <20180511192548.8119-1-dbanerje@akamai.com> Cc: Jay Vosburgh , Veaceslav Falico , Andy Gospodarek , dbanerje@akamai.com To: "David S . Miller" , netdev@vger.kernel.org Return-path: Received: from mx0a-00190b01.pphosted.com ([67.231.149.131]:52278 "EHLO mx0a-00190b01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751219AbeEKTxa (ORCPT ); Fri, 11 May 2018 15:53:30 -0400 Sender: netdev-owner@vger.kernel.org List-ID: 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. Debabrata Banerjee (4): bonding: don't queue up extraneous rlb updates bonding: use common mac addr checks bonding: allow use of tx hashing in balance-alb bonding: allow carrier and link status to determine link state Documentation/networking/bonding.txt | 4 +-- drivers/net/bonding/bond_alb.c | 50 +++++++++++++++++----------- drivers/net/bonding/bond_main.c | 37 ++++++++++++-------- drivers/net/bonding/bond_options.c | 9 ++--- include/net/bonding.h | 10 +++++- 5 files changed, 70 insertions(+), 40 deletions(-) -- 2.17.0