[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110228122957.GB4043@psychotron.brq.redhat.com>
Date: Mon, 28 Feb 2011 13:29:58 +0100
From: Jiri Pirko <jpirko@...hat.com>
To: robert.w.love@...el.com
Cc: netdev@...r.kernel.org
Subject: [question] fcoe: bonding support
Hi Robert.
I wonder what's the meaning of the following code in fcoe_interface_setup():
/* Do not support for bonding device */
if ((netdev->priv_flags & IFF_MASTER_ALB) ||
(netdev->priv_flags & IFF_SLAVE_INACTIVE) ||
(netdev->priv_flags & IFF_MASTER_8023AD)) {
FCOE_NETDEV_DBG(netdev, "Bonded interfaces not supported\n");
return -EOPNOTSUPP;
}
>From this I cannot understand if bonding is not supported at all or
only alb and 8023ad modes are not supported (leaving aside completely
bogus checking for IFF_SLAVE_INACTIVE).
How about to check IFF_BONDING only (in case bonding should not be
supported at all)
Thanks.
Jirka
--
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