From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roland Dreier Date: Thu, 09 Dec 2010 07:32:28 +0000 Subject: Re: [PATCH] IB/uverbs: Handle large number of entries in poll CQ Message-Id: List-Id: References: <20101209060442.GS10623@bicker> In-Reply-To: <20101209060442.GS10623@bicker> (Dan Carpenter's message of "Thu, 9 Dec 2010 09:04:42 +0300") MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Dan Carpenter Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jason Gunthorpe , Sean Hefty , Hal Rosenstock , kernel-janitors-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > > + tmp.reserved = wc->port_num; > I would probably have put a zero in tmp.reserved. Ugh, that's what I meant to do. Thanks. - R.