[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <52CCFE15.2020605@huawei.com>
Date: Wed, 8 Jan 2014 15:28:21 +0800
From: Ding Tianhong <dingtianhong@...wei.com>
To: Jay Vosburgh <fubar@...ibm.com>,
Veaceslav Falico <vfalico@...hat.com>,
Eric Dumazet <edumazet@...gle.com>,
"David S. Miller" <davem@...emloft.net>,
Netdev <netdev@...r.kernel.org>
Subject: [PATCH net 0/2] bonding: ensure that the TSO being set on bond master
The commit b0ce3508(bonding: allow TSO being set on bonding master)
has make the TSO being set for bond dev, but in some situation, if
the slave did not have the NETIF_F_SG features, the bond master will
miss the TSO features in netdev_fix_features because the TSO is
depended on SG. So I have to add SG and TSO features on bond master
together.
The function netdev_add_tso_features() was only be used for bonding,
so no need to export it in netdevice.h, remove it and add it to bonding.
Ding Tianhong (2):
bonding: ensure that the TSO being set on bond master
net: remove the unused function netdev_add_tso_features()
drivers/net/bonding/bond_main.c | 16 +++++++++++++++-
include/linux/netdevice.h | 10 ----------
2 files changed, 15 insertions(+), 11 deletions(-)
--
1.8.0
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists