From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ding Tianhong Subject: [PATCH net-next v2 0/3] bonding: patchset for rcu use in bonding Date: Thu, 10 Oct 2013 19:50:47 +0800 Message-ID: <52569497.60607@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit To: Jay Vosburgh , Andy Gospodarek , "David S. Miller" , Nikolay Aleksandrov , Veaceslav Falico , Netdev Return-path: Received: from szxga01-in.huawei.com ([119.145.14.64]:25619 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754075Ab3JJLv0 (ORCPT ); Thu, 10 Oct 2013 07:51:26 -0400 Sender: netdev-owner@vger.kernel.org List-ID: Hi: The Patch Set convert the xmit of 3ad and alb mode to use rcu lock. dd rtnl lock and remove read lock for bond sysfs. v2 because the bond_for_each_slave_rcu without rcu_read_lock() will occurs one warming, so add new function for alb xmit path to avoid warming. Ding Tianhong (3): Wang Yufen (1): Yang Yingliang (1): bonding: use RCU protection for 3ad xmit path bonding: use RCU protection for alb xmit path bonding: add rtnl lock and remove read lock for bond sysfs drivers/net/bonding/bond_3ad.c | 10 +++---- drivers/net/bonding/bond_alb.c | 58 +++++++++++++++++++++++++++++----------- drivers/net/bonding/bond_sysfs.c | 30 ++++++++++++--------- drivers/net/bonding/bonding.h | 14 ++++++++++ 4 files changed, 78 insertions(+), 34 deletions(-) -- 1.8.2.1