[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20100316.211850.45524025.davem@davemloft.net>
Date: Tue, 16 Mar 2010 21:18:50 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: andy.grover@...cle.com
Cc: netdev@...r.kernel.org, rds-devel@....oracle.com
Subject: Re: [PATCH net-next 00/13] RDS bugfixes and cleanups
From: Andy Grover <andy.grover@...cle.com>
Date: Thu, 11 Mar 2010 15:49:54 -0800
> These patches are against net-next, please apply.
All applied, thanks Andy.
BTW:
+ /* Do not send cong updates to IB loopback */
+ if (conn->c_loopback
+ && rm->m_inc.i_hdr.h_flags & RDS_FLAG_CONG_BITMAP) {
+ rds_cong_map_updated(conn->c_fcong, ~(u64) 0);
+ return sizeof(struct rds_header) + RDS_CONG_MAP_BYTES;
+ }
+
Be careful with operator precedence here. Even if it's right,
probably better to add parenthesis just to sleep more easily
at night :-)
--
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