[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091113153058.4b739ea3@nehalam>
Date: Fri, 13 Nov 2009 15:30:58 -0800
From: Stephen Hemminger <shemminger@...tta.com>
To: Jay Vosburgh <fubar@...ibm.com>
Cc: netdev@...r.kernel.org, "David S. Miller" <davem@...emloft.net>,
martin@...r6.com
Subject: Re: [PATCH net-next-2.6] bonding: fix 802.3ad standards compliance
error
On Fri, 13 Nov 2009 15:13:01 -0800
Jay Vosburgh <fubar@...ibm.com> wrote:
> + // check if all parameters are alike
> + if (((ntohs(lacpdu->partner_port) == port->actor_port_number) &&
> + (ntohs(lacpdu->partner_port_priority) == port->actor_port_priority) &&
> + !MAC_ADDRESS_COMPARE(&(lacpdu->partner_system), &(port->actor_system)) &&
> + (ntohs(lacpdu->partner_system_priority) == port->actor_system_priority) &&
> + (ntohs(lacpdu->partner_key) == port->actor_oper_port_key) &&
> + ((lacpdu->partner_state & AD_STATE_AGGREGATION) == (port->actor_oper_port_state & AD_STATE_AGGREGATION))) ||
> + // or this is individual link(aggregation == FALSE)
I know the code here doesn't follow kernel style, but please don't
add more C99 comments or overly long lines.
--
--
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